The GitHub Actions job "CodeQL" on airflow.git/fix-secret-manager-grpc-timeout has failed. Run started by GitHub user evgeniy-b (triggered by potiuk).
Head commit for run: 3e0f0c0e0f318b54c20077c4939b68d9ed2eb9ef / Evgeniy Belyaev <[email protected]> Add gRPC timeout to Secret Manager `access_secret_version` call The `_SecretManagerClient.get_secret()` calls `access_secret_version()` with no timeout, so the gRPC call has no deadline. If Secret Manager is slow or unreachable the calling thread blocks indefinitely. Add a 30 s gRPC deadline and re-raise `DeadlineExceeded` as `TimeoutError`. Co-Authored-By: Claude Opus 4.6 <[email protected]> Report URL: https://github.com/apache/airflow/actions/runs/23194117153 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
