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
what is wrong?
my postgresql database incide docker
my celery.py
from celery import Celery os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'root.settings') background_worker = Celery('root') background_worker.conf.broker_connection_retry_on_startup = True background_worker.config_from_object('django.conf:settings', namespace='CELERY') background_worker.autodiscover_tasks()
The text was updated successfully, but these errors were encountered:
you are trying to use a discontinued package.
Sorry, something went wrong.
@auvipy which package discounted?
No branches or pull requests
what is wrong?
my postgresql database incide docker
my celery.py
The text was updated successfully, but these errors were encountered: