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

7 commits

Author SHA1 Message Date
Mike Perham
483a376d38 Remove size helpers 2015-01-16 14:03:19 -08:00
Mike Perham
ba8c8a57b9 Rework process/worker data model.
We no longer have a global 'workers' set but rather a global 'processes' set.  Each process has its own workers hash, keyed by thread id.

Rely as much as possible on Redis key expiration to naturally prune any lingering data.  Process data only has a one minute TTL, with the heartbeat refreshing the TTL, so it will expire quickly after a process dies.
2014-03-07 22:41:10 -08:00
Mike Perham
d355a0475e Add dead job queue, fixes #1471 2014-02-09 14:56:01 -08:00
Aaron Ackerman
5b0f1215ba Sidekiq web ui align ordering of summary nav links with top navbar links 2013-10-26 14:20:37 -05:00
Jeff Boek
beb5bc2ae3 Bootstrap upgrade 2013-09-30 21:43:24 -07:00
Alex Handley
e935000e76 Made summary links for busy, scheduled, retries and enqueued clickable 2013-09-24 18:17:46 +01:00
Kirill Nikitin
0a7e8ea439 Closes #1120 Removed slim. 2013-08-22 02:59:34 +04:00