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

Could somebody help me execute the scheduling spiders using djcelery? #133

Open
Aliiibukhari opened this issue Aug 11, 2019 · 0 comments
Open

Comments

@Aliiibukhari
Copy link

Aliiibukhari commented Aug 11, 2019

Every time i run the command mentioned in the django dynamic scraper's documentation after creating periodic tasks, i'm getting this error.

(venv) H:\example_project>python manage.py celeryd -l info -B --settings=example_project.settings
H:\example_project\venv\lib\site-packages\celery\app\defaults.py:251: CPendingDeprecationWarning:
The 'BROKER_HOST' setting is scheduled for deprecation in version 2.5 and removal in version v4.0. Use the BROKER_URL setting instead

alternative='Use the {0.alt} instead'.format(opt))
H:\example_project\venv\lib\site-packages\celery\app\defaults.py:251: CPendingDeprecationWarning:
The 'BROKER_PORT' setting is scheduled for deprecation in version 2.5 and removal in version v4.0. Use the BROKER_URL setting instead

alternative='Use the {0.alt} instead'.format(opt))
H:\example_project\venv\lib\site-packages\celery\app\defaults.py:251: CPendingDeprecationWarning:
The 'BROKER_USER' setting is scheduled for deprecation in version 2.5 and removal in version v4.0. Use the BROKER_URL setting instead

alternative='Use the {0.alt} instead'.format(opt))
H:\example_project\venv\lib\site-packages\celery\app\defaults.py:251: CPendingDeprecationWarning:
The 'BROKER_PASSWORD' setting is scheduled for deprecation in version 2.5 and removal in version v4.0. Use the BROKER_URL setting instead

alternative='Use the {0.alt} instead'.format(opt))
H:\example_project\venv\lib\site-packages\celery\app\defaults.py:251: CPendingDeprecationWarning:
The 'BROKER_VHOST' setting is scheduled for deprecation in version 2.5 and removal in version v4.0. Use the BROKER_URL setting instead

alternative='Use the {0.alt} instead'.format(opt))
-B option does not work on Windows. Please run celery beat as a separate service.

Could somebody help me fix this? I'm a newbie and this is a part of my final year project.

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

No branches or pull requests

1 participant