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

6 commits

Author SHA1 Message Date
Ryan LeCompte
e529d78c73 re-introduce weighted queues 2012-04-03 20:19:29 -07:00
Mike Perham
efb2273461 Fix queue name with namespace, fixes #109 2012-04-03 07:09:43 -07:00
Mike Perham
b58d125659 Clean up requires 2012-03-31 12:45:24 -07:00
Mike Perham
da01d927a6 Refactor fetch, X-treme termination! 2012-03-30 20:59:08 -07:00
Mike Perham
4d14c2f7fa Simpler fetch logic/design 2012-03-30 19:52:25 -07:00
Mike Perham
5fdc297e10 Redesign message poll [WIP]
Instead of using the manager to constantly poll the Redis server, use a dedicated Fetcher actor + BLPOP with a timeout.  This should dramatically reduce Sidekiq's network chattiness.
2012-03-30 19:52:25 -07:00