1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00
mperham--sidekiq/web
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
..
assets Fix layout of the retry all checkbox 2013-12-14 18:10:10 +08:00
locales Remove "Clear worker list" button, yay! 2014-03-06 21:33:45 -08:00
views Rework process/worker data model. 2014-03-07 22:41:10 -08:00