I've defined several recurring tasks in the recurring.yml file. However, when I comment out or remove some recurring jobs, they still remain in the solid_queue_recurring_task table and with ActiveJob::Base.current_queue_adapter.recurring_tasks.
By the way, these jobs aren’t scheduled, which is expected. I just want to know if there a way to identify inactive recurring jobs, either from the database or by inspecting the SolidQueue module?
Hi,
I've defined several recurring tasks in the recurring.yml file. However, when I comment out or remove some recurring jobs, they still remain in the solid_queue_recurring_task table and with ActiveJob::Base.current_queue_adapter.recurring_tasks.
By the way, these jobs aren’t scheduled, which is expected. I just want to know if there a way to identify inactive recurring jobs, either from the database or by inspecting the SolidQueue module?
I’m using solid_queue version 1.0.0.
Thank you.