| CELERY_RESULT_BACKEND = 'database' | |
| CELERY_RESULT_DBURI = ('postgresql+psycopg2://postgres:%s@%s/admintools' % | |
| (secret.DB_PASSWD, secret.DB_IP)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment