rootcss commented on issue #10036:
URL: https://github.com/apache/airflow/issues/10036#issuecomment-665162477


   @vittico can you tried this:
   ```
   sql_alchemy_conn = 
postgresql+psycopg2://airflow:12345678@localhost:5432/airflow
   result_backend = db+postgresql://airflow:12345678@localhost:5432/airflow
   ```
   The backend alias for database backend in celery is `db`. 
([ref](https://github.com/celery/celery/blob/master/celery/app/backends.py#L27))


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to