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

28 commits

Author SHA1 Message Date
Mike Perham
10b4caf973 Add /retries page with bulk operations, trim long arguments #184 2012-05-11 16:49:15 -07:00
Mike Perham
5ebd9aee2d Add optional count to queue display 2012-05-06 20:15:34 -07:00
Mike Perham
a69c657378 Remove "clear worker list" button, more UI testing 2012-05-04 22:23:43 -07:00
Mike Perham
65e8980dc2 Slight restructure to the retry page, make code style not suck 2012-05-04 21:00:48 -07:00
Mike Perham
6ed1cc868f Allow deletion of queues from web UI [#154] 2012-05-02 20:19:59 -07:00
Mike Perham
ab0a1bbf26 Fix #163 2012-04-27 14:10:47 -07:00
Mike Perham
7ec820e9cc Add 24 hr expiry, only register workers while working [#156]
Future work will use redis zsets to heartbeat Sidekiq processes
2012-04-24 07:15:29 -07:00
Erik Michaels-Ober
5eb8d397f0 Refactor to use Sidekiq.dump_json and Sidekiq.load_json
These methods perform MultiJson feature detection and can be removed
after this library's MultiJson dependency is upgraded to ~> 2.0.
2012-04-22 14:02:35 -07:00
Erik Michaels-Ober
68c725e47b Let's try this again...
Use `Object#respond_to?` to determine which MultiJson API to use.
2012-04-22 13:46:00 -07:00
Mike Perham
9c6b967029 Revert "Use MultiJson APIs introduced in version 1.3 to suppress deprecation warnings"
Breaks Rails 3.2 and lower

This reverts commit 9c6d5623a1.
2012-04-18 14:57:24 -07:00
Erik Michaels-Ober
9c6d5623a1 Use MultiJson APIs introduced in version 1.3 to suppress deprecation warnings 2012-04-18 10:51:25 -07:00
Matthew Ford
38ac842886 If no content is returned, Rack throws an error:
/Users/matt/.rbenv/versions/1.9.3-p125/lib/ruby/gems/1.9.1/gems/rack-1.4.1/lib/rack/lint.rb: in assert, line 19
/Users/matt/.rbenv/versions/1.9.3-p125/lib/ruby/gems/1.9.1/gems/rack-1.4.1/lib/rack/lint.rb: in check_content_type
2012-04-17 02:05:27 +02:00
Mike Perham
b58d125659 Clean up requires 2012-03-31 12:45:24 -07:00
jc00ke
0a7391a00c No need to escape & delete comment 2012-03-29 22:24:22 -07:00
Mike Perham
ad73a8ee3a Add delete and retry now operations to web UI 2012-03-29 20:55:16 -07:00
Jason Coene
b2b25f5d2c Add support for relative timestamps using jQuery timeago 2012-03-29 16:57:32 -04:00
Jason Coene
dccb70a3f7 Use method parameter in retries_with_score 2012-03-29 14:35:53 -04:00
Jason Coene
c514bde486 Add retry job page to web 2012-03-29 13:48:06 -04:00
Mike Perham
ee42be39e0 API cleanup, remove deprecations 2012-03-28 19:16:54 -07:00
Garren Smith
1b2a2a2d7d simple reset button on sidekiq monitoring page to remove list of workers from redis 2012-03-28 21:36:16 +02:00
Ryan LeCompte
be78189312 avoid intermediate array creation 2012-03-18 14:14:43 -07:00
Mike Perham
a1ef2a28cc Add retries data to Web UI 2012-03-18 12:29:09 -07:00
Mike Perham
18a458bf1f Web UI bug fixes, 0.9.1 [fixes #81] 2012-03-17 09:41:24 -07:00
Mike Perham
1d716a9c5c Add global stats, optimize redis usage 2012-03-07 20:22:21 -08:00
Mike Perham
8daf4d7301 Refactor UI to include worker status and overall status 2012-03-06 20:17:42 -08:00
Mike Perham
0bfe2bd416 Implement simple home page and queue page 2012-03-05 20:53:14 -08:00
Mike Perham
20e51f1276 Move all web stuff into /web, fix trailing slash issue. 2012-03-05 19:27:27 -08:00
Mike Perham
5ea0ca89d0 Initial spike of Sinatra/TwB2 based web UI
Just run "rails s" in myapp/ and go to http://localhost:3000/sidekiq
2012-03-04 12:58:16 -08:00