anishgirianish commented on code in PR #60108:
URL: https://github.com/apache/airflow/pull/60108#discussion_r3066987978
##########
airflow-core/src/airflow/api_fastapi/execution_api/app.py:
##########
@@ -76,6 +77,7 @@ def _jwt_generator():
generator = JWTGenerator(
valid_for=conf.getint("execution_api", "jwt_expiration_time"),
+ # workload_valid_for uses the attrs default factory which reads the
same config key
Review Comment:
udpated thanks
--
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]