-
Notifications
You must be signed in to change notification settings - Fork 959
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Self-Hosted Runner does not pick up queued jobs #3478
Comments
I am having the same issue, self hosted runner is not picking up queued tasks: |
Have you tried restart listener ? Is it work? It's not long term solution but have no idea how to solve this issue yet. Seems Actions has this issue from several previous version until latest version. |
@hikouki-gumo To create repo level GitHub action runner: |
Thank you!! After hours of troubleshooting, removing the runner from ORG settings and adding it from REPO settings worked charms. Huge appreciation. |
Describe the bug
I have a workflow with various jobs that have to be ran one by one by the runner. But the runner only picks up the first one or two jobs and doesn't pick up the rest of the jobs in the queue. It enters into an idle state when there are multiple jobs in the queue, the only way for the runner to pick them up and finish the workflow is if I manually cancel and re-run the failed jobs.
This was not happening a couple days ago, it just randomly started without any significant modification to the workflow or runner.
Expected behavior
The self-hosted runner should finish all the jobs in the queue.
Runner Version and Platform
Version of your runner?
2.319.1
OS of the machine running the runner? OSX/Windows/Linux/...
Linux Ubuntu 24.04.1 LTS
The text was updated successfully, but these errors were encountered: