Sha256: c91c4f542162d21282b74d84ddf7c332fffd99d1a49fb502aa9f52457a02f06a
Contents?: true
Size: 925 Bytes
Versions: 1
Compression:
Stored size: 925 Bytes
Contents
0.3.1 ----- - Bump ice_cube dependency to ~> 0.11.0. - Bump Sidekiq dependency to ~> 2.12.0. - Fix tests. 0.3.0 ----- - Add `Sidetiq.schedules`. - Add `Sidetiq.workers`. - Add `Sidetiq.scheduled`. - Add `Sidetiq.retries`. - Add `Sidetiq.logger`. This defaults to the Sidekiq logger. - Add support for job backfills. - Clean up tests. - Sidetiq::Schedule no longer inherits from IceCube::Schedule. 0.2.0 ----- - Add class methods to get last and next scheduled occurrence. - Pass last and next (current) occurrence to #perform, if desired. This checks the method arity of #perform. - Bump Sidekiq dependency to 2.8.0 - Fix incorrectly assigned Thread priority. - Adjust clock sleep depending of execution time of the last tick. - Don't log thread object ids. - Issue a warning from the middleware if the clock thread died previously. 0.1.5 ----- - Allow jobs to be scheduled for immediate runs via the web extension.
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
sidetiq-0.3.1 | CHANGELOG.md |