jedcunningham opened a new pull request, #46501: URL: https://github.com/apache/airflow/pull/46501
`initialize` and `refresh` need to be safe to call from different threads/processes, so this adds a simple `lock` context manager that bundles can use if the underlying implementation doesn't allow for that. For example, `GitDagBundle` is the first taker. closes: #46444 -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
