-
Feature Request
-
Resolution: Unresolved
-
Undefined
-
None
-
2.3, 2.4
-
False
-
-
False
What is the nature and description of the request?
The help text currently reads:
Maximum number of the same job template that can be waiting to run when launching from a schedule before no more are created.
This is misleading as it appears to count jobs in a pending, waiting, and running state: https://github.com/ansible/awx/blob/ffa59864eef7cc717de4e9bddf94af1c9a2ab70f/awx/main/models/jobs.py#L510
Why does the customer need this? (List the business requirements here)
Help text is unclear leading one to believe it's only looking for jobs in a "Waiting" state. The help text should make it explicitly clear what is being changed.