This repository has been archived by the owner on Apr 1, 2023. It is now read-only.
Releases: utgarda/sidekiq-status
Releases · utgarda/sidekiq-status
Version 1.1.4
Version 1.1.3
Version 1.1.3
- Adds a job status filter to the UI (#149)
Version 1.1.2
Version 1.1.2
- Job detail pages now show custom data keys (#146)
Release v1.1.1
Version 1.1.1
- Uses SCAN rather than KEYS when retrieving job ids from Redis (#139)
Release v1.1.0
Version 1.1.0
- Fixes the use case of multiple services sharing the same redis instance (#135)
Release v1.0.2
Version 1.0.2
- Fixes status not being set to
:failed
after retries (#125)
Release v1.0.1
Version 1.0.1
- Fixes namespacing in
sidekiq-status/testing/inline
Release v1.0.0
Version 1.0.0
- Version bumped to 1.0.0 to mark this gem and its API as stable.
Release v0.8.1
Version 0.8.1
- Avoids a transient celluloid dependency in Sidekiq < 5.x
Release v0.8.0
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