You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm testing a recurring job in development which works fine but when I comment it out or remove it from recurring.yml and restart the system, it still appears in the recurring tasks tab of mission control. From my understanding it should be removed especially with this change #433? I still see the job when I run SolidQueue::RecurringTask.static
We are new to solid_queue so we may have set something up incorrectly. We are using v1.2.1 and Rails 7.1.5.1. We are using the single database configuration and starting solid_queue with foreman (didnt set up the puma plugin).