Mike Perham
8ee8137caa
Refactor options to be globally available for things like
...
connection pool sizing.
2012-02-19 13:05:19 -08:00
Fredrik Björk
12d688f209
added FailureJobs middleware
2012-02-18 19:49:59 -08:00
Mike Perham
6af6a86369
Refactor middleware API, this will break anyone using the old API.
...
e.g.
Sidekiq::Processor.middleware => Sidekiq.server_middleware
Sidekiq::Client.middleware => Sidekiq.client_middleware
2012-02-18 12:12:05 -08:00
Mike Perham
f214c10af9
Add support for new delay extensions for ActiveRecord and ActionMailer, with example tests in myapp.
2012-02-17 21:24:14 -08:00
Mike Perham
0a9a12cee8
Redis should be auto-initialized without any configuration on the client-side
2012-02-17 13:52:24 -08:00
Mike Perham
00501031df
One redis accessor to rule them all.
2012-02-17 13:39:36 -08:00
Mike Perham
a1f78816a7
Implement generic Ruby support via simple require flag
...
Various cleanups
It's "assert_equal(expected, actual)"
2012-02-09 20:32:59 -08:00
Mike Perham
2771a0ad96
Rename workers to processors. New Railtie support.
...
Workers are the user's classes, the threads are now called processors. Add secret sauce to make Rails config much easier. Use a railtie to auto-add app/workers to the autoload path.
2012-01-25 13:32:51 -08:00
Mike Perham
89144133fb
Holy crap, it boots Rails3 and actually sends messages to the workers!
2012-01-23 14:05:03 -08:00
Mike Perham
5366506fe1
Server starts up now!
2012-01-22 16:01:46 -08:00
Mike Perham
f6a2fc1a8c
get it working
2012-01-16 16:18:36 -08:00
Mike Perham
726b6cad7b
Misc
2012-01-16 16:14:47 -08:00