ashb commented on code in PR #60108:
URL: https://github.com/apache/airflow/pull/60108#discussion_r2980415983
##########
airflow-core/src/airflow/config_templates/config.yml:
##########
@@ -2069,6 +2069,15 @@ execution_api:
type: integer
example: ~
default: "600"
+ jwt_workload_token_expiration_time:
+ description: |
+ Seconds until workload JWT tokens expire. These long-lived tokens are
sent
+ with task workloads to executors and can only call the /run endpoint.
+ Set long enough to cover maximum expected queue wait time.
+ version_added: 3.2.0
Review Comment:
I don't think we'll merge this for 3.2.0, so
```suggestion
version_added: 3.2.1
```
--
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]