You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: