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
When a new recurring task is added to the application, it will not be created on the first deployment that occurs. This is because, during the canary deployment, the new tasks will create the task in the database on startup, but the existing task processor units will delete it as it doesn't exist in their registry.
Describe the bug
When a new recurring task is added to the application, it will not be created on the first deployment that occurs. This is because, during the canary deployment, the new tasks will create the task in the database on startup, but the existing task processor units will delete it as it doesn't exist in their registry.
See relevant code here.
To Reproduce
Steps to reproduce the behavior:
task_processor_recurringtask
table.Expected behavior
The recurring task is created in the database by the new deployment.
Screenshots
N/a
How are you running Flagsmith?
Additional context
N/a
The text was updated successfully, but these errors were encountered: