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 am working with django_celery_results and the results are being stored in the django database but the TaskResults table only shows the task when it's either SUCCESS or FAILURE. Otherwise the task doesn't show up. Is there a fix for this?