rails / mission_control-jobs

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

Don't try to enqueue recurring tasks that are undefined #202

Closed rosa closed 1 week ago

rosa commented 1 week ago

For example, if running Mission Control from another app than the one where the recurring task classes are defined.

Fixes #200.

In this case, we hide the button:

Screenshot 2024-11-10 at 21 27 13 Screenshot 2024-11-10 at 21 27 18

This could be supported in a future version, changing how Solid Queue works at the moment, perhaps removing support for jobs using another adapter.