templates/composer: worker heartbeat timeout of 5m
The default timeout of 1 hour is fine for on-prem, but in the service it makes workers seemingly stick around for way too long.
This commit is contained in:
parent
0b277937dd
commit
b8d97b7b68
1 changed files with 1 additions and 0 deletions
|
|
@ -265,6 +265,7 @@ objects:
|
|||
jwt_keys_urls = ["${RH_SSO_BASE_URL}/protocol/openid-connect/certs"]
|
||||
jwt_acl_file = "${COMPOSER_CONFIG_DIR}/acl.yml"
|
||||
jwt_tenant_provider_fields = ["rh-org-id", "account_id"]
|
||||
worker_heartbeat_timeout = "5m"
|
||||
- apiVersion: batch/v1
|
||||
kind: CronJob
|
||||
metadata:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue