grosser
|
4d885e0de3
|
make cleanup unnecessary by using expire
|
2013-05-31 09:43:11 -07:00 |
|
Mike Perham
|
f3f8760bcb
|
Add Sidekiq::Job#latency, fixes #949
|
2013-05-24 19:59:40 -07:00 |
|
Mike Perham
|
7f51db4ee3
|
Add Sidekiq::Queue#latency
|
2013-05-23 22:58:06 -07:00 |
|
Mario Visic
|
a264d2acd6
|
Add recording of job queued at times
|
2013-05-23 22:07:58 +10:00 |
|
Mike Perham
|
f024c6079c
|
Add started_at info to the Workers API, thanks @mariovisic
|
2013-05-22 21:50:22 -07:00 |
|
Mike Perham
|
4679c95f49
|
Upgrade to Minitest 5
|
2013-05-12 14:25:30 -07:00 |
|
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 |
|
Jason Harbert
|
cbc2df1449
|
adding functionality to return job from a sorted set given a job id
|
2013-04-17 10:55:02 -07:00 |
|
Vipul A M
|
f0bbbf9035
|
Remove unused vars
|
2013-03-22 10:16:46 +05:30 |
|
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 |
|
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
|
51569e2af1
|
Add test for deleting a single job from a sorted set.
|
2012-11-26 12:56:08 -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
|
882154e739
|
Fix test
|
2012-10-30 10:59:02 -07: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 |
|