mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 10:00:01 -03:30
Update keepalive setting help_text to be more direct
Co-authored-by: Shane McDonald <me@shanemcd.com>
This commit is contained in:
parent
b143df3183
commit
90f54b98cd
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user