Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for resque-scheduler #31

Open
rosa opened this issue Jan 29, 2024 · 0 comments
Open

Add support for resque-scheduler #31

rosa opened this issue Jan 29, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@rosa
Copy link
Member

rosa commented Jan 29, 2024

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.

@rosa rosa added the enhancement New feature or request label Jan 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant