We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug Very rarely on update of github actions runner safe_sleep.sh hangs forever:
safe_sleep.sh
$ ps aux USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND ... actions+ 72298 96.3 0.0 4372 3328 ? R Apr02 1988:54 /bin/bash /home/actions-runner/safe_sleep.sh 1 ...
I suspect it may happen sometimes if machine runs in cloud and is overloaded and/or overcommitted.
To Reproduce Steps to reproduce the behavior:
Expected behavior Update should not hang infinitely.
Runner 2.322 OS: Linux
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
Very rarely on update of github actions runner
safe_sleep.sh
hangs forever:I suspect it may happen sometimes if machine runs in cloud and is overloaded and/or overcommitted.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Update should not hang infinitely.
Runner Version and Platform
Runner 2.322
OS: Linux
The text was updated successfully, but these errors were encountered: