vincbeck commented on code in PR #70839: URL: https://github.com/apache/airflow/pull/70839#discussion_r3750011618
########## providers/keycloak/src/airflow/providers/keycloak/auth_manager/cache.py: ########## @@ -30,9 +37,25 @@ _cache_lock = threading.Lock() +def _cache_ttl_seconds() -> int: Review Comment: I dont think it is worth caching that. Reading config is not that expensive and it creates complexity -- 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]
