* Ability to delay a job before its execution * Ability to cancel or delay of job during its execution * Ability to cancel the requeuing of jobs in error
0.0.16
---------------------------------
* `delayed_for` can be a long too (not only int, float or timedelta)
0.0.15
---------------------------------
* Ability to cancel a delayed job * Helper to retrieve errors assiociated to a job
0.0.14
---------------------------------
* Manage consequences of race condition in get_queue
0.0.13
---------------------------------
* Correct a bug when add_job try to manage duplicate jobs
0.0.12
---------------------------------
* Manage failures when a worker is requeuing delayed jobs * Add job's PK in worker logs * Delete the "queued" flag of a job if failure during add_job