You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Resque by itself doesn't support jobs enqueued in the future, it needs resque-scheduler for this. Mission Control could check if resque-scheduler is available, and if it is, support inspecting scheduled (delayed) jobs. It might be tricky due to the data structure that resque-scheduler uses for delayed jobs (a Redis sorted set IIRC), but might be doable.
The text was updated successfully, but these errors were encountered:
Resque by itself doesn't support jobs enqueued in the future, it needs resque-scheduler for this. Mission Control could check if
resque-scheduler
is available, and if it is, support inspecting scheduled (delayed) jobs. It might be tricky due to the data structure thatresque-scheduler
uses for delayed jobs (a Redis sorted set IIRC), but might be doable.The text was updated successfully, but these errors were encountered: