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

task-received events count greater than task-sent events count #1385

Open
majamassarini opened this issue Jul 22, 2024 · 0 comments
Open

task-received events count greater than task-sent events count #1385

majamassarini opened this issue Jul 22, 2024 · 0 comments

Comments

@majamassarini
Copy link

I don't know if this is a real issue, probably it is more something that I can't understand and I need help with.

We noticed that when we have problems with the redis backend we are not aware of the tasks not being processed looking at the grafana flower dashboard.
I thought that having a graph monitoring the ratio of task-sent/task-received events could help us detect an underlying problem. Then I discovered that for some of our tasks we have a task-received event count greater than the task-sent event count and I can't understand how this is possible. I thought that a task has to be sent before being received.

Looking in the celery project I saw that the task-sent signal is now deprecated in favour of the before-task-publish and after-task-publish but I can't see these events mapped in flower.

Thank you for any help you can give me.

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