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

18 commits

Author SHA1 Message Date
Mike Perham
afb1d24809 Add delay_until extension method 2012-11-08 09:05:11 -08:00
Samuel Cochran
aa31d616d2 Stringify Extensions::Proxy options 2012-10-18 11:27:54 +08:00
Luismi Cavalle
8657aea37a Allow delay of any module class method 2012-09-30 17:09:42 +01:00
Mike Perham
b0fa69a915 Remove optionality of Rails hooks, #401 2012-09-20 20:04:25 -07:00
Mike Perham
e55979407a Add extension to delay any arbitrary class method to Sidekiq. 2012-08-16 16:43:01 -07: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
jc00ke
7ff7f89105 Fix typo 2012-04-28 23:47:27 -07:00
Mike Perham
2ec203365e Clean up timeout middleware, add client-side option [#161] 2012-04-26 08:40:07 -07:00
Mike Perham
ee42be39e0 API cleanup, remove deprecations 2012-03-28 19:16:54 -07:00
Mike Perham
568462eff7 Clean up rails hook testing 2012-03-26 19:56:48 -07:00
Mike Perham
b782c05e1b Test cleanup 2012-03-17 21:36:33 -07:00
Mike Perham
2206ce7654 RedisConnection was only ever creating one Redis connection, even when pooled. Oops. 2012-03-13 21:19:46 -07:00
Mike Perham
d2263cbfe1 Add basic web testing, promote 'queues' set to core. 2012-03-10 13:07:19 -08:00
Mike Perham
65bf77217b Fix require ordering causing extensions to not load properly, GH-77. 2012-03-10 12:30:15 -08:00
Mike Perham
0973245909 Redis connection API change
old: Sidekiq.redis = Sidekiq::RedisConnection.create(:namespace => 'foo')
new: Sidekiq.redis = { :namespace => 'foo' }
2012-03-01 13:41:12 -08:00
Mike Perham
8ee8137caa Refactor options to be globally available for things like
connection pool sizing.
2012-02-19 13:05:19 -08:00
Mike Perham
8fbbd02f64 Verify mocks 2012-02-18 21:24:11 -08:00
Mike Perham
0951c9514c Test for ActiveRecord and ActionMailer extensions 2012-02-18 21:08:53 -08:00