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

25 commits

Author SHA1 Message Date
Brandon Hilkert
4a0c3bbce1 Add reset stats method to API 2013-04-30 20:43:59 -04:00
Mike Perham
69ede19027 Add Sidekiq::Queue#find_job
Use detect, not find, to avoid clashes with AR's API [#859]
2013-04-17 11:11:29 -07:00
Mike Perham
4ca4a71231 Merge pull request #859 from jharbert/master
Adding functionality to find a job by job id and delete a job by job id from a SortedSet
2013-04-17 11:05:03 -07:00
Jason Harbert
cbc2df1449 adding functionality to return job from a sorted set given a job id 2013-04-17 10:55:02 -07:00
Mike Perham
2b8e3bd9ed Use lpush, not rpush, when scheduling/retrying work 2013-04-17 09:45:09 -07:00
Mike Perham
f235f600db Retry all, fixes #686 2013-02-19 20:36:59 -08:00
Mike Perham
1f431cb56d Add API to reschedule a job, fixes #645 2013-01-29 13:17:59 -08:00
Mike Perham
c606dd4fde Add Sidekiq::Workers API, closes #639 2013-01-24 09:55:41 -08:00
Mike Perham
9c9c5eef31 Refactor set size fetch 2012-12-29 20:11:59 -08:00
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