Sha256: af107d8802ea165d655c60acae82f4aaa53294b93a13f178c7ef0c24234bfd79
Contents?: true
Size: 805 Bytes
Versions: 1
Compression:
Stored size: 805 Bytes
Contents
# 0.0.2 Initial public release # 0.0.3 Removing hard coded Delayed Job dependencies # 0.0.4 Adds one second back off to the fast mode # 0.0.5 Removed the compulsory .configure call # 0.0.7 Fixes substring job lookup bug # 0.0.8 Bug fix for multiple scheduling potential # 0.0.9 Adds local db for development # 0.1.0 Makes available the `rake jobs:reschedule` rake task Adds a config to allow the scheduling for more than one instance of the same job # 0.1.1 Allows jobs in config to be strings, symbols, or classes. If a string or symbol is provided, it will be resolved to a constant before scheduling the job. # 0.1.2 Falls back to the Delayed Job default queue name if none is provided. Ensures that the run at is set using UTC timezone. Updates specs to run on the latest ruby version on CI.
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
scheduled_job-0.1.2 | CHANGELOG.md |