diff --git a/Changes.md b/Changes.md index a103e9e..1113462 100644 --- a/Changes.md +++ b/Changes.md @@ -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 ``` ## 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