-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Management command autostart not working from admin panel #12538
Comments
HI @pchevali
Can you try again from the master branch? |
Hi, Actually it fails randomly on my production setup. Sometimes it works and sometimes no. I will try to test with master branch when I find the time. |
Expected Behavior
Triggering a Management Commands Over HTTP job with autostart should run the task
Actual Behavior
The task is marked as Queued, there is an error in celery task result with the following error :
{"exc_type": "NotFound", "exc_message": ["ManagementCommandJob with id 1 was not found."], "exc_module": "rest_framework.exceptions"}
Steps to Reproduce the Problem
Specifications
The text was updated successfully, but these errors were encountered: