1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00
Commit graph

3 commits

Author SHA1 Message Date
Mike Perham
ae2837bd86 Add unique job ID for every pushed job 2012-08-11 11:47:25 -07:00
Jason Staten
b3249eb503 Handle Redis#zadd return value correctly
Redis#zadd will return a boolean value when only one item is added. This
was failing to be equal to 1, and caused any Sidekiq::Client::push
invocations with an 'at' value to return false, even if they
successfully were stored into redis.
2012-06-20 16:24:23 -06:00
Mike Perham
2c4be4cada Scheduled jobs! Bump to 2.0.0.
Performs can now be scheduled at arbitrary points in the future.
2012-05-25 20:21:42 -07:00