-
Notifications
You must be signed in to change notification settings - Fork 207
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Only Success and Failure states showing in celery results in django-db #321
Comments
this package only store task results! |
What is my alternative if I want to see the other task states like |
may be porting the celery monitor codes here would be the way. I will be working on that |
Any update on this feature? This feature will be very very helpful. |
Nobody has shared an update on this yet. |
will be working on it |
i see there is a pr (#322) but no progress for a while, is this still being worked on? |
I forgot, but will resume it soon |
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 eitherSUCCESS
orFAILURE
. Otherwise the task doesn't show up. Is there a fix for this?The text was updated successfully, but these errors were encountered: