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

10 commits

Author SHA1 Message Date
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
Eric Berry
9bdb4185f3 removed debugging - https://github.com/mperham/sidekiq/pull/475#issuecomment-9886565 2012-10-29 15:54:51 -06:00
Eric Berry
3a127d49f5 enhanced UI - see http://d.pr/i/rcGz 2012-10-29 14:50:21 -06:00
Romain Dardour
401c9dbe5e Update according to mperham's feedback 2012-10-26 18:53:49 +02:00
Romain Dardour
85768baf9f V1 2012-10-26 18:47:44 +02:00
Mike Perham
67387a940d Add pagination to Web UI 2012-07-17 22:14:15 -07:00
Mike Perham
10b4caf973 Add /retries page with bulk operations, trim long arguments #184 2012-05-11 16:49:15 -07:00