From d775ff77355fb1f0f005fc64a4f7bd13848538b6 Mon Sep 17 00:00:00 2001 From: Mike Perham Date: Mon, 15 Nov 2021 13:54:42 -0800 Subject: [PATCH] more changes --- Changes.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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