Update keepalive setting help_text to be more direct

Co-authored-by: Shane McDonald <me@shanemcd.com>
This commit is contained in:
Alan Rominger 2023-02-22 14:32:30 -05:00
parent b143df3183
commit 90f54b98cd
No known key found for this signature in database

View File

@ -286,7 +286,7 @@ register(
'AWX_RUNNER_KEEPALIVE_SECONDS',
field_class=fields.IntegerField,
label=_('K8S Ansible Runner Keep-Alive Message Interval'),
help_text=_('Only applies to K8S deployments and container_group jobs. If not 0, send a message every so-many seconds to keep connection open.'),
help_text=_('Only applies to jobs running in a Container Group. If not 0, send a message every so-many seconds to keep connection open.'),
category=_('Jobs'),
category_slug='jobs',
placeholder=240, # intended to be under common 5 minute idle timeout