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

32 commits

Author SHA1 Message Date
Mike Perham
41e20588b1 Latest celluloid, bump version 2012-04-02 11:10:01 -07:00
Mike Perham
80f0559c53 Now works against Celluloid HEAD 2012-03-30 21:22:19 -07:00
Mike Perham
be836001e5 update lock 2012-03-30 21:02:50 -07:00
jc00ke
287b80d787 Bump sidekiq & celluloid versions in example app 2012-03-29 22:24:06 -07:00
Mike Perham
60a298a602 Update deps 2012-03-27 20:16:27 -07:00
Mike Perham
e38a3d785a Auto failure retry now working! 2012-03-17 23:04:31 -07:00
Mike Perham
18a458bf1f Web UI bug fixes, 0.9.1 [fixes #81] 2012-03-17 09:41:24 -07:00
Mike Perham
74d0e5ec35 Upgrade to connection_pool 0.9.0
Remove all connection_pool usage of method_missing.
Change Sidekiq.redis API to require a block.
2012-03-14 09:56:13 -07:00
Mike Perham
25928c657e For GH-71 2012-03-09 20:30:21 -08:00
Mike Perham
e2d65c11b1 Sprockets dep, GH-71 2012-03-09 20:20:46 -08:00
Mike Perham
8608f5c562 JRuby 1.6.7 working, two test fail which will only work on JRuby 1.7. 2012-03-08 12:03:22 -08:00
Mike Perham
8daf4d7301 Refactor UI to include worker status and overall status 2012-03-06 20:17:42 -08:00
Mike Perham
0bfe2bd416 Implement simple home page and queue page 2012-03-05 20:53:14 -08:00
Mike Perham
5ea0ca89d0 Initial spike of Sinatra/TwB2 based web UI
Just run "rails s" in myapp/ and go to http://localhost:3000/sidekiq
2012-03-04 12:58:16 -08:00
Mike Perham
bc004f2b15 Prepare for release 0.8.0 2012-03-02 11:47:55 -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
9fb20f6249 Add capistrano integration [#52] 2012-02-26 20:36:30 -08:00
Mike Perham
e15e6d8ae5 Upgrade celluloid 2012-02-21 15:56:44 -08:00
Mike Perham
a242600a08 Split configuration into configure_server and configure_client blocks. 2012-02-20 09:46:28 -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
0e9b3cede4 Test busy actor termination 2012-02-18 20:01:29 -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
8cd021b4ca Unique jobs will be the death of me. 2012-02-12 12:22:01 -08:00
Mike Perham
810c9fd024 Updates to myapp for testing with resque-web 2012-02-12 11:42:01 -08:00
Mike Perham
f9af66edd7 Rework redis connections so that the manager and
the client use separate pools.

This is so the Rails app Sidekiq::Client and 
Sidekiq::Manager can use different configurations.

Also, fix issue where workers were not unregistered
in Redis upon shutdown.
2012-02-11 13:14:03 -08:00
Mike Perham
cc1db52918 Update rails app to include smoke testing/demo functionality. 2012-02-07 17:35:14 -08:00
Mike Perham
29a89d7a25 Last minute fixes 2012-02-05 13:22:57 -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
d93c51301e Misc cleanup 2012-01-24 18:07:18 -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