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:
Sanne Raymaekers 2024-04-19 16:40:53 +02:00
parent 0b277937dd
commit b8d97b7b68

View file

@ -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: