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
the task is executed twice, after which it disappears from the readbeat Redis location.
Also, adding tasks with the built in add_periodic_task makes them appear for a moment, but they disappear from Redis before being executed even once.
From the docs, it should be possible to define a periodic task like this:
However, when I do it like that in my setup:
the task is executed twice, after which it disappears from the readbeat Redis location.
Also, adding tasks with the built in
add_periodic_task
makes them appear for a moment, but they disappear from Redis before being executed even once.The entire repo is here: https://github.com/mrn-aglic/celery-reset-schedule
The schedules are setup in:
reset_schedule > beat > __init__.py
The text was updated successfully, but these errors were encountered: