2015-08-06 01:37:53 -04:00
|
|
|
Sidekiq Enterprise Changelog
|
|
|
|
=======================
|
|
|
|
|
|
|
|
Please see [http://sidekiq.org/](http://sidekiq.org/) for more details and how to buy.
|
|
|
|
|
2015-11-02 12:24:53 -05:00
|
|
|
0.7.7
|
|
|
|
----------
|
|
|
|
|
|
|
|
- Fix racy shutdown event which could lead to disappearing periodic
|
|
|
|
jobs, requires Sidekiq >= 3.5.3.
|
|
|
|
- Add new :leader event which is fired when a process gains leadership.
|
|
|
|
|
2015-10-28 12:55:58 -04:00
|
|
|
0.7.6
|
2015-10-28 12:06:30 -04:00
|
|
|
----------
|
|
|
|
|
|
|
|
- Redesign how overrated jobs are rescheduled to avoid creating new
|
|
|
|
jobs. [#2619]
|
|
|
|
|
2015-10-22 17:29:34 -04:00
|
|
|
0.7.5
|
2015-10-15 17:16:39 -04:00
|
|
|
----------
|
|
|
|
|
2015-10-22 17:29:34 -04:00
|
|
|
- Fix dynamic creation of concurrent limiters [#2617]
|
|
|
|
|
|
|
|
0.7.4
|
|
|
|
----------
|
2015-10-15 18:35:40 -04:00
|
|
|
- Add additional check to prevent duplicate periodic job creation
|
2015-10-15 17:16:39 -04:00
|
|
|
- Allow user-specified TTLs for rate limiters [#2607]
|
|
|
|
- Paginate rate limiter index page [#2606]
|
|
|
|
|
2015-09-21 12:39:58 -04:00
|
|
|
0.7.3
|
2015-09-17 19:16:19 -04:00
|
|
|
----------
|
|
|
|
|
|
|
|
- Rework `Sidekiq::Limiter` redis handling to match global redis handling.
|
|
|
|
- Allow user to customize rate limit backoff logic and handle custom
|
|
|
|
rate limit errors.
|
|
|
|
- Fix scalability issue with Limiter index page.
|
|
|
|
|
|
|
|
0.7.2
|
|
|
|
----------
|
|
|
|
|
|
|
|
- Fix typo which prevented limiters with '0' in their names.
|
|
|
|
|
2015-08-17 18:22:17 -04:00
|
|
|
0.7.1
|
|
|
|
----------
|
|
|
|
|
|
|
|
- Fix issue where unique scheduled jobs can't be enqueued upon schedule
|
|
|
|
due to the existing unique lock. [#2499]
|
|
|
|
|
2015-08-06 01:37:53 -04:00
|
|
|
0.7.0
|
|
|
|
----------
|
|
|
|
|
|
|
|
Initial release.
|