1
0
Fork 0
mirror of https://github.com/endofunky/sidetiq.git synced 2022-11-09 13:53:30 -05:00
Commit graph

9 commits

Author SHA1 Message Date
Tobias Svensson
b4fc2bc596 Move deprecation warnings into the right place. 2013-09-18 10:51:45 +01:00
Tobias Svensson
dda1f5783a Remote retry to let Supervisor restart a crashed Clock. 2013-09-18 10:22:28 +01:00
Tobias Svensson
367814a2dd Add missing block to auto-boot the clock. 2013-09-17 14:56:33 +01:00
Tobias Svensson
1cc2165ad5 Add custom actor mixin. 2013-09-17 14:00:10 +01:00
Tobias Svensson
5f8d038177 Promote some logging from debug to info level. 2013-09-16 17:41:46 +01:00
Tobias Svensson
66fbd3fca8 Clean up Sidetiq::Actor::Clock#loop!. 2013-09-16 12:24:26 +01:00
Tobias Svensson
3d9d1c9eda Pool enqueueing actors. 2013-09-16 12:20:21 +01:00
Tobias Svensson
a27b8f8ae0 Start integrating with Sidekiq's exception handling. 2013-09-16 12:09:14 +01:00
Tobias Svensson
e0ebcaacd9 Move to actor-based concurrency.
Using plain threads in Sidekiq's Celluloid-based actor
model is a little bit like riding a motorcycle without
a helmet, so let's try to fit in a bit better.
2013-09-16 12:01:37 +01:00