We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I run :
python manage.py gearman_worker -w -5
Appear the error message:
No gearman modules found!
I 'm sure the gearman installed.
The text was updated successfully, but these errors were encountered:
Do you have any gearman_jobs.py files in your Django apps? If so, are those clean or do they cause import errors?
Here's the code that tries importing your gearman jobs files: https://github.com/fwenzel/django-gearman/blob/master/django_gearman/management/commands/gearman_worker.py#L24
The error message says, it was unable to import any of them. Either because they are broken, or because none exist.
Sorry, something went wrong.
Thanks.
No branches or pull requests
I run :
Appear the error message:
No gearman modules found!
I 'm sure the gearman installed.
The text was updated successfully, but these errors were encountered: