rails / solid_queue

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

Removed recurring jobs from config file are still showing #393

Closed pasl closed 1 month ago

pasl commented 1 month ago

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.

pasl commented 1 month ago

https://github.com/rails/solid_queue/issues/382