ashb commented on issue #8908: URL: https://github.com/apache/airflow/issues/8908#issuecomment-630707882
Current hypotheis: https://github.com/celery/celery/blob/eef03a3d299a2e4c1a69926be56ca521f0d16779/celery/backends/database/session.py#L52-L60 (which just calls out to SQLA to do the work) is not handling this race case where two processes check, find the table missing, and then both try to create it. ---------------------------------------------------------------- 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]
