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

18 commits

Author SHA1 Message Date
Tobias Svensson
ce983f5634 Add some more parentheses. 2013-03-11 10:52:22 +00:00
Tobias Svensson
a5525dd860 Add missing parentheses. 2013-03-11 10:47:29 +00:00
Lee Henson
91e90f418e add class methods to get last/next run timestamps for a worker 2013-03-08 16:02:34 +00:00
Lee Henson
26600bef23 send last and scheduled invocation timestamps to worker.perform, if required 2013-03-08 16:02:04 +00:00
Tobias Svensson
3454176a04 Only create coverage report if COVERAGE env variable is set. 2013-02-08 12:54:32 +00:00
Tobias Svensson
c8faeadb82 Allow jobs to be scheduled immediately via the web extension. 2013-02-06 10:51:30 +00:00
Tobias Svensson
1ef0fc8680 Fix order assert_match arguments in web extension tests. 2013-02-04 13:55:35 +00:00
Tobias Svensson
046ccef679 Add middleware to restart the clock if necessary. 2013-02-04 10:54:48 +00:00
Tobias Svensson
f4c81098f1 Support manual starting/stopping of the clock. 2013-02-04 10:51:43 +00:00
Tobias Svensson
61effa89a8 Don't start the clock automatically. 2013-02-04 10:13:02 +00:00
Tobias Svensson
014f2b28c1 Delegate calls to Sidetiq::Clock to instance. 2013-02-04 10:10:53 +00:00
Tobias Svensson
932b6a01c0 Add option to use UTC instead of local time. 2013-02-01 18:27:27 +00:00
Tobias Svensson
3188669bab Not using mock redis anymore. 2013-02-01 16:56:23 +00:00
Tobias Svensson
dab7decb78 Add a locking mechanism so jobs won't get enqueued more often than they should. 2013-02-01 16:53:34 +00:00
Tobias Svensson
46c013f725 Initial version of the web extension. 2013-02-01 12:26:17 +00:00
Tobias Svensson
2d73e6f77f Add tests for Sidetiq::Schedule. 2013-02-01 12:11:36 +00:00
Tobias Svensson
e81850b5cb Add tests for configuration API. 2013-02-01 12:11:25 +00:00
Tobias Svensson
08b76a3737 Initial commit. 2013-01-31 17:42:19 +00:00