Mike Perham
77c57675ec
Fix build
2014-05-13 14:00:20 -07:00
Jonathan Hyman
5e2b691ac8
Lets you inject in a RedisConnect into Sidekiq::Client so you can push jobs to different Redis instances in the same application.
2014-03-24 13:20:16 -04:00
Aaron Ackerman
88073bd2d2
Normalize queue name to string when pushing a job
2013-11-14 21:12:27 -06:00
Rafal Wojsznis
9eac92a7c0
Add enqueue_to_in and enqueue_in methods on Sidekiq::Client class
2013-09-29 10:04:56 +02:00
Mike Perham
babfdc96c5
Backport test suite to Minitest 4 so we can test against Rails 4.
2013-09-22 14:38:33 -07:00
Mike Perham
4679c95f49
Upgrade to Minitest 5
2013-05-12 14:25:30 -07:00
Mike Perham
9360c01aad
client api refactoring
2013-03-24 17:42:43 -07:00
Mike Ragalie
8028eda89a
Support scheduled jobs in bulk push
2012-11-19 21:31:14 -08:00
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