stephen-bracken commented on code in PR #70839: URL: https://github.com/apache/airflow/pull/70839#discussion_r3766355602
########## 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: @potiuk any thoughts? I don't have a strong opinion. -- 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]
