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 searched but I couldn't find any similar request. I was wondering if it would make sense to add an option to raise an error if any recurring task is invalid?
From what I see, invalid recurring tasks are silently ignored here:
But it is easy to add a task with a typo and it would go into production and be discarded silently (someone can always check that the records were created but that's a bit time consuming).
I would be up to prepare a PR but wanted to check that this is something SolidQueue team wants.
PS: While writing this, I also thought if having a rake task could be interesting, to make it part of the deployment process for example.
The text was updated successfully, but these errors were encountered:
Hey @cedricpim, there's already an issue for this: #414 and a PR was submitted yesterday: #427. I just haven't had time to review yet. I'm closing this one in favour of #414.
I searched but I couldn't find any similar request. I was wondering if it would make sense to add an option to raise an error if any recurring task is invalid?
From what I see, invalid recurring tasks are silently ignored here:
solid_queue/lib/solid_queue/configuration.rb
Lines 100 to 104 in c521c6d
I would be up to prepare a PR but wanted to check that this is something SolidQueue team wants.
PS: While writing this, I also thought if having a rake task could be interesting, to make it part of the deployment process for example.
The text was updated successfully, but these errors were encountered: