rails / mission_control-jobs

Dashboard and Active Job extensions to operate and troubleshoot background jobs
MIT License
611 stars 71 forks source link

Add enqueue recurrent task button #130

Closed omohokcoj closed 2 weeks ago

omohokcoj commented 5 months ago

image

krzysztofjablonski commented 4 months ago

👍

rosa commented 3 weeks ago

Hey @omohokcoj, thanks for this! However, the implementation I had in mind for this required something in Solid Queue first: https://github.com/rails/solid_queue/pull/272, as this one relies on a dispatcher's metadata, which might be stale, and doesn't do proper serialization of the arguments. I mentioned this in https://github.com/rails/mission_control-jobs/issues/97#issuecomment-2018594532.

rosa commented 2 weeks ago

Superseded by #199 (which also includes scheduled tasks).