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
We currently use a Task Model to track tasks - however, because our actual Celery backend is in Redis, it is possible for these two systems to get out of sync and to give false or misleading information to users and the rest of the system.
Expected behavior
The Task model should accurately represent the state of the task.
The easiest way to do that seems to be to use the Task model as the backend for Celery.
The text was updated successfully, but these errors were encountered:
Observed behavior
We currently use a Task Model to track tasks - however, because our actual Celery backend is in Redis, it is possible for these two systems to get out of sync and to give false or misleading information to users and the rest of the system.
Expected behavior
The Task model should accurately represent the state of the task.
The easiest way to do that seems to be to use the Task model as the backend for Celery.
The text was updated successfully, but these errors were encountered: