ashb commented on PR #58524: URL: https://github.com/apache/airflow/pull/58524#issuecomment-3583246508
@vincbeck That's.... super odd. The way the token renewal was working is that when the token was checked in the dep, if it was found to have less than 20% of the total validity left, a new one was generated and put in a specially named header https://github.com/apache/airflow/blob/cc16dd60ac78ffff9e2b6c49a3afac677adcd92c/airflow-core/src/airflow/api_fastapi/execution_api/deps.py#L146-L148 Perhaps that "Defined as a "mapping type", but 99.9% of the time it's a mutable dict" is no longer true. -- 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]
