Sha256: 584e28bd45e6a6db806b114892d970596c78c8f0a6667f980b8119c1536e341c
Contents?: true
Size: 716 Bytes
Versions: 1
Compression:
Stored size: 716 Bytes
Contents
1.2.0 -------------------------------- Thanks @unclebilly for your pull request. Resque-loner now supports a maximum time for which a job should be unique. Just define @loner_ttl in your job (or leave it at -1 to never expire) and after @loner_ttl seconds your job can be enqueued again, even if an older one is still marked as running. 1.1.0 -------------------------------- Merged in @ryansch's pull requests to clean up things a bit. This removed the `enqueue_to` and `dequeue_from` methods from resque-loner because it caused troubles with resque's own `enqueue_to`. 1.0.1 -------------------------------- Pulled in #8 and #9 so that removing empty queues does not fail 1.0 ---------------------------------
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
resque-loner-1.2.0 | CHANGELOG.markdown |