-
-
Notifications
You must be signed in to change notification settings - Fork 66
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
DoesNotExist('WorkerState matching query does not exist.',) #55
Comments
agutierrezrodriguez
added a commit
to agutierrezrodriguez/django-celery-monitor
that referenced
this issue
Jan 25, 2018
hello... |
DEKHTIARJonathan
pushed a commit
to DEKHTIARJonathan/FeedCrunch.IO
that referenced
this issue
Apr 5, 2018
@jezdez are you alive? |
I'm still getting this was this ever pushed out as a release? |
Nop :/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We have many of this errors and produced in this code:
We have identified the bug in interval line.
Interval is generated in dynamic way
(celery_monitor_workerstate.last_update >= ((CURRENT_TIMESTAMP - INTERVAL '60.000000' SECOND_MICROSECOND)))
and the query results fromrecent_worker_updates.exists()
andobj = recent_worker_updates.get()
is different.With a fixed interval value, we can avoid this bug.
The text was updated successfully, but these errors were encountered: