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

16 commits

Author SHA1 Message Date
Mike Perham
e718fcefd5 Rewrite cleanup to minimize garbage and network round trips 2012-12-10 20:44:33 -08:00
Brandon Hilkert
2062963e20 Convert cleanup method to a class method. 2012-12-09 15:17:53 -05:00
Brandon Hilkert
0b1478d607 Add cleanup method for API history keys. 2012-12-09 13:37:13 -05:00
Brandon Hilkert
095331792d Add History to Stats API. 2012-12-05 22:09:34 -05:00
Brandon Hilkert
de55c8d542 Order queues by number enqueued. 2012-12-04 17:05:47 -05:00
Brandon Hilkert
187e6e90bd * Revert instance methods
* Add better test coverage
2012-12-04 16:52:40 -05:00
Brandon Hilkert
4dcbec2ba2 * Change instance methods to class methods
* Run queues in same redis connection
* Change name of queued to enqueued
2012-12-04 16:52:40 -05:00
Brandon Hilkert
005c868d2c Add Stats API. 2012-12-04 16:52:39 -05:00
Brandon Hilkert
868bf43cfd Add tests for fetch and updat method. 2012-12-02 23:32:16 -05:00
Brandon Hilkert
eaa72efd1d Merge branch 'master' into jid-managed
Conflicts:
	lib/sidekiq/web.rb
	test/test_api.rb
	web/views/retries.slim
2012-12-02 23:14:12 -05:00
Brandon Hilkert
b77da8d466 Use both score and jid in web param and parse on server to increase
efficiency in picking jobs out of the queue.
2012-11-26 14:53:22 -05:00
Brandon Hilkert
3758afba6a Add "Delete All" and "Retry All" buttons to retries on Web UI. 2012-11-26 11:59:16 -05:00
Brandon Hilkert
cbfa33cedc Manage the retrying/deleting of jobs in the Web UI through the 'jid'
rather than 'score' so as to avoid accidentally performing actions on
multiple jobs when only one was intended.
2012-11-26 11:24:24 -05:00
Mike Perham
4b0d5682ae Update API to support retries and scheduled jobs 2012-10-30 10:06:20 -07:00
Mike Perham
c4e5b52676 api cleanup 2012-10-20 14:09:27 -07:00
Mike Perham
05cbc6333d Add APIs for manipulating job and retry queues, finishes #457 2012-10-20 14:03:43 -07:00