Skip to content

Commit

Permalink
more changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mperham committed Nov 15, 2021
1 parent 767a150 commit d775ff7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,18 @@ Changelog: Faktory || [Faktory Enterprise](https://github.com/contribsys/faktory
distinguish between the default value "0" and disabling retries "0";
the default value is now "nil" and will result in the default retry
policy of "25". [#385]
- Add `remaining` to the Job Failures struct to track retries remaining [#374]
- Add new `PUSHB` PUSH Bulk jobs command. You send an Array of Jobs
rather than a single Job with `PUSH`. There is no limit to the Array
size but we recommend 1000 at a time as a best practice.
size but we recommend 1000 at a time as a best practice. Returns a Map
of JID to ErrorMsg for jobs which failed to push. [#386]
```
PUSH {job} # OK or ERR
PUSHB [{job},{job},...] # [] of 0 or more ERR
PUSHB [{job},{job},...] => Map<JID, ErrorMsg>
```

## 1.5.5

- Fix worker heartbeat monitoring which led to premature worker
disassociation
- Fix worker heartbeat monitoring which led to premature worker disassociation

## 1.5.4

Expand Down

0 comments on commit d775ff7

Please sign in to comment.