rails / solid_queue

Database-backed Active Job backend
MIT License
1.95k stars 130 forks source link

RFC: "Force enqueue" scheduled jobs #398

Open fgrehm opened 3 weeks ago

fgrehm commented 3 weeks ago

Apologies in advance if this is the wrong medium to discuss feature requests or if it has been discussed already elsewhere :sweat_smile:


Hey peeps!

I'm wondering if there are any plans to easily force execution of a scheduled job to take place "now" instead of whatever time it was scheduled to run.

This is something I'm used to from Sidekiq and is specially useful in development / staging environments. Bonus points for adding the functionality to mission_control-jobs :rocket:

Thanks in advance!

rosa commented 3 weeks ago

Hey @fgrehm! Yes, definitely the right medium for this, and this is very much on the plans for Mission Control in the very near future. I'm working now on it towards Mission Control v1.0, and it'll include this functionality 😊