Skip to content
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

Open
prakharrathi25 opened this issue Jun 21, 2022 · 8 comments
Assignees

Comments

@prakharrathi25
Copy link

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?

@auvipy
Copy link
Member

auvipy commented Jun 21, 2022

this package only store task results!

@prakharrathi25
Copy link
Author

What is my alternative if I want to see the other task states like PENDING, RETRY, STARTED etc. which are also mentioned on the TaskResults Admin Panel.

@auvipy
Copy link
Member

auvipy commented Jun 21, 2022

may be porting the celery monitor codes here would be the way. I will be working on that

@iamtekson
Copy link

Any update on this feature? This feature will be very very helpful.

@prakharrathi25
Copy link
Author

Nobody has shared an update on this yet.

@auvipy
Copy link
Member

auvipy commented Jul 12, 2022

will be working on it

@eukreign
Copy link

i see there is a pr (#322) but no progress for a while, is this still being worked on?

@auvipy
Copy link
Member

auvipy commented Jan 26, 2023

I forgot, but will resume it soon

@auvipy auvipy self-assigned this Jan 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants