Skip to content
This repository has been archived by the owner on Apr 1, 2023. It is now read-only.

Releases: utgarda/sidekiq-status

Version 1.1.4

08 Jun 20:42
Compare
Choose a tag to compare

Version 1.1.4

  • Ensures jobs without sidekiq-status do not record status exceptions (#150)

Version 1.1.3

20 May 21:10
Compare
Choose a tag to compare

Version 1.1.3

  • Adds a job status filter to the UI (#149)

Version 1.1.2

20 Mar 19:37
Compare
Choose a tag to compare

Version 1.1.2

  • Job detail pages now show custom data keys (#146)

Release v1.1.1

19 Dec 19:06
Compare
Choose a tag to compare

Version 1.1.1

  • Uses SCAN rather than KEYS when retrieving job ids from Redis (#139)

Release v1.1.0

12 Aug 00:10
Compare
Choose a tag to compare

Version 1.1.0

  • Fixes the use case of multiple services sharing the same redis instance (#135)

Release v1.0.2

19 Jun 17:34
Compare
Choose a tag to compare

Version 1.0.2

  • Fixes status not being set to :failed after retries (#125)

Release v1.0.1

28 Jan 01:34
Compare
Choose a tag to compare

Version 1.0.1

  • Fixes namespacing in sidekiq-status/testing/inline

Release v1.0.0

21 Jan 07:00
Compare
Choose a tag to compare

Version 1.0.0

  • Version bumped to 1.0.0 to mark this gem and its API as stable.

Release v0.8.1

11 Jan 19:17
Compare
Choose a tag to compare

Version 0.8.1

  • Avoids a transient celluloid dependency in Sidekiq < 5.x

Release v0.8.0

26 Dec 00:47
Compare
Choose a tag to compare

Version 0.8.0

  • Properly ignores jobs that do not have Sidekiq::Status::Worker included
  • Honors custom job expirations for ActiveJob jobs
  • Adds a :retrying status
  • Adds remove / retry buttons to the index page
  • Server middleware will now catches all exception types
  • Changes where server middleware is inserted in the chain
  • Reduces the amount of Redis calls made
  • Adds pagination / per page setting
  • Restores column sorting functionality