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 one task listed on the tasks dashboard #613

Open
IlianIliev opened this issue Sep 1, 2016 · 13 comments · May be fixed by #831
Open

Only one task listed on the tasks dashboard #613

IlianIliev opened this issue Sep 1, 2016 · 13 comments · May be fixed by #831
Labels

Comments

@IlianIliev
Copy link

In some weird cases flower lists only one task on the '/tasks'. There are no JS errors in the console or anything that indicates broken web part.
However every time when I reload the page I see different task so there should be more than one task displayed.
Not sure how to reproduce the issue thought.

@pezzak
Copy link

pezzak commented Sep 14, 2016

+1 faced with the same issue, nothing in the logs

@AdrianLC
Copy link

+1 restarting the service seems to solve it but only temporarily

@km-pg
Copy link

km-pg commented Nov 18, 2016

Same issue here. I'm also only getting one task from /api/tasks. Guessing that is related.

@Pandorin
Copy link

+1

@pezzak
Copy link

pezzak commented Nov 28, 2016

I noticed that this issue appears when we deploy our app and celery service restarts
ss 2016-11-28 at 11 11 36

@pezzak
Copy link

pezzak commented Nov 29, 2016

Issue is reproduced in the following case:

  1. reach flower max_tasks (by default 10000)
  2. restart celery

@km-pg
Copy link

km-pg commented Nov 29, 2016

I'm also able to reproduce like that. I reduced max_tasks to 10 and added a do-nothing periodic task with celery beat to run every 100,000 microseconds to make it easier to test.

@iliadmitriev
Copy link

+1 this is number one priority for me at the moment

@mher mher added the tasks label Jan 31, 2017
@johnarnold
Copy link
Contributor

Is this issue still active? I see a weird behavior where tasks stop updating in the UI, and the workers all show offline, but the UI is still "working" and the api still seems to work and tasks are still running on the workers. Not sure if it's the same issue?

@wmturner
Copy link

This issue should still be active. I am experiencing this bug currently.

@lovemyliwu
Copy link

as @AdrianLC said, restart kill -SIGINT pid can temporarily solve it.

@kennethjiang
Copy link

I'm having the same issue, and a bunch of others. It's a shame that the best celery monitoring tool breaks down after mere 10000 tasks.

@prd-hai-huynh
Copy link

prd-hai-huynh commented Dec 2, 2020

We're facing the same issue too. Does anyone have any solutions yet?

After running Flower for a while on Prod, the number of messages exceeds far from the default max_tasks config(200k succeeded messages compares to 10k), Flower show only ONE latest processed task.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.