Sha256: b3dd87610965f0e156be69bff8a1c9fa600b5d6b5bafd3d9380db0268d3b9496

Contents?: true

Size: 1.03 KB

Versions: 1

Compression:

Stored size: 1.03 KB

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.

# 0.1.3
Gracefully handle the case when the delayed_job table doesn't exist but `rake jobs:reschedule` is called.
This is needed is some cases where scheduled_job is deployed in a container and the container needs to start so the table can be created.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
scheduled_job-0.1.3 CHANGELOG.md