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

retries is always 0 #75

Open
vivesfm opened this issue May 7, 2018 · 0 comments
Open

retries is always 0 #75

vivesfm opened this issue May 7, 2018 · 0 comments

Comments

@vivesfm
Copy link

vivesfm commented May 7, 2018

Hi there,

I'm using the following decorator for one of my tasks:

@app.task(autoretry_for=(Exception,))

I was hoping that the number of retries would be reflected on the "retries" column under table celery_monitor_taskstate but for some reason, it's always 0. I'm positive that the task is failing and retrying since I can see the state changes via Flower.

Any ideas? Is there anything I'm missing?

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

1 participant