communitygood first issuehelp wantedtype:bug
描述
Please confirm the following
- I agree to follow this project's code of conduct.
- I have checked the current issues for duplicates.
- I understand that AWX is open source software provided for free and that I might not receive a timely response.
- I am NOT reporting a (potential) security vulnerability. (These should be emailed to
security@ansible.cominstead.)
Bug Summary
When you submit an adhoc job all other jobs (other adhoc, and job templates) are stuck in a pending state until the running adhoc job completes.
AWX version
23.4.0
Select the relevant components
- UI
- UI (tech preview)
- API
- Docs
- Collection
- CLI
- Other
Installation method
kubernetes
Modifications
no
Ansible version
No response
Operating system
No response
Web browser
Firefox
Steps to reproduce
- submit any adhoc job (I used a shell command sleep 30; whoami)
- submit a job from "Templates"
- observe the job queue
Expected results
all jobs in the unified job queue should process according to capacity. I expect to see more than one job in a running state.
Actual results
The adhoc job is in a running state. All other jobs are stuck in pending waiting for the adhoc command to finish.
Additional information
I am using a container group to run jobs. Capacity of the managed nodes have been visually verified to be < 25% cpu and mem usage. I tried creating a duplicate container group for job templates, which still was stuck in pending, but now with a message waiting for adhoccommand-371 to finish