1
0
Fork 0
mirror of https://github.com/endofunky/sidetiq.git synced 2022-11-09 13:53:30 -05:00
endofunky--sidetiq/test
Tobias Svensson bc726c6552 Better protection against stale locks and race-conditions.
Locking is now done using WATCH/MULTI/EXEC/UNWATCH and additionally
includes a host and process specific identifier to prevent accidental
unlocks from other Sidekiq processes.
2013-08-13 11:46:15 +01:00
..
fixtures Rename Sidekiq::Schedulable#tiq to #recurrence. 2013-07-12 10:33:57 +01:00
helper.rb upgrade sidekiq to 2.12.X 2013-06-19 11:30:51 -07:00
test_clock.rb Add backfill functionality. 2013-03-11 17:11:37 +00:00
test_config.rb Add a locking mechanism so jobs won't get enqueued more often than they should. 2013-02-01 16:53:34 +00:00
test_lock.rb Better protection against stale locks and race-conditions. 2013-08-13 11:46:15 +01:00
test_middleware.rb Add middleware to restart the clock if necessary. 2013-02-04 10:54:48 +00:00
test_schedule.rb Add backfill functionality. 2013-03-11 17:11:37 +00:00
test_sidetiq.rb Fix tests to work with recent Sidekiq::Client changes. 2013-07-12 10:17:07 +01:00
test_version.rb Add a locking mechanism so jobs won't get enqueued more often than they should. 2013-02-01 16:53:34 +00:00
test_web.rb Move test worker classes into fixtures directory. 2013-03-11 11:00:55 +00:00
test_worker.rb Add backfill functionality. 2013-03-11 17:11:37 +00:00