-
-
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
taskstate can't save the result #35
Comments
I'm sorry, but could you elaborate what the issue is? How can I reproduce your problem? |
After I started the celery, I had a result record in django_celery_result, but no record was recorded in django-celery-monitor。have a start "celery -A proj events -l info --camera django_celery_monitor.camera.Camera --frequency=2.0" |
@damondengxin Hm, have you installed the Django app like described in https://django-celery-monitor.readthedocs.io/en/latest/#usage? Could you paste some log output of when you started you whole system? |
Hi I used
ran |
Running celery command with -E to force event worked for me.
|
Start with your steps, and there is data in the wokerstate table, but there is no data in taskstate?
The text was updated successfully, but these errors were encountered: