Skip to content

Releases: groupon/backbeat

v1.3.14

26 Sep 14:26
Compare
Choose a tag to compare
version 1.3.14

v1.3.13

22 Sep 16:19
Compare
Choose a tag to compare
version 1.3.13

v1.3.10

09 May 16:04
Compare
Choose a tag to compare
Merge pull request #21 from shuo-zhang/show-colo-names

make hostname contains colo

v1.3.9

25 Apr 18:44
Compare
Choose a tag to compare
  • populate error_type field for error logging

v1.8.0

31 May 18:58
Compare
Choose a tag to compare

Features:

  • Speed up /restart endpoint by removing unnecessary checks on an exhausted job.
  • Clients may specify the time ranges for the activity report
  • Backoff is calculated as an exponential function now, but behaves as a hybrid constant-interval to exponential-interval progressive function. When retries remaining are less than 6, it is exponential.
  • Shutdown and Resolved events are now available for activities.

Shutdown causes the activity and all siblings to be unscheduled and marked as deactivated. This is useful for stopping a blocking chain of activities that has become impossible to resolve.

Resolve enables you to change an errored activity to a new 'resolved' server state, and schedule the next activity in the workflow. This is intended for clients which wish to handle the notification of an exhausted activity by activating a different procedure in their application code which involves manual correction of the state the activity would normally be modifying/updating.

v1.3.8

05 May 19:05
Compare
Choose a tag to compare
  • enables multiple crons to be specified for daily activity report
  • improves performance of restart endpoint
  • updated README and travis ruby versions supported