Skip to content

Commit

Permalink
templates/composer: worker heartbeat timeout of 5m
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
croissanne committed Apr 19, 2024
1 parent 0b27793 commit b8d97b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/composer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit b8d97b7

Please sign in to comment.