-
-
Notifications
You must be signed in to change notification settings - Fork 33
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
Failure to restore cache causes the GitHub Action step to run indefinitely #245
Comments
That's really strange as actions/cache@v3 has 2 timeout (since at least 4 months now) :
So your step should have been stopped after max 1 hour (even 10 minutes if it was a segment stuck). Anyway, the segment timeout can be configured on actions/cache with env var Edit: that comment is because I had the same problem, except the cache action had a timeout after 10 minutes. |
What does “closed as not planned” mean? |
Oh, interesting. I didn't realize they had added that to the "close" button. I had not been able to reproduce this, so I was waiting to see if others found this issue and reported they were experiencing similar things. So, to confirm, you're no longer able to reproduce this? |
That is correct. Something is still causing this to run for up to 6 hours, but I personally am no longer able to reproduce this.
|
Do you think the problem that causes it to run that long is in this project or somewhere else? |
The problem that causes it to run that long is not in this project, it's in However, this project runs As stated above,
eg. There is currently no way to use |
Hey @ramsey,
Thank you for creating this tool, it has been very helpful.
I wanted to report finding this GitHub Action running for 3+ hours and had to manually cancel it.
Description
It had the following warning:
Then it continued to run for 3+ hours (not sure doing what) until manually canceled.
Steps to reproduce
I have a reusable workflow defined in
ghostwriter/compliance
https://github.com/ghostwriter/compliance/#/.github/workflows/automation.yml#L60-L63
That workflow is used in
ghostwriter/psalm-plugin-tester
https://github.com/ghostwriter/psalm-plugin-tester/actions/runs/5432766284/workflow
It generated these jobs
https://github.com/ghostwriter/psalm-plugin-tester/actions/runs/5432766284/jobs/9880024230
Expected behavior
Continue to the next step or fail gracefully when it fails to restore the cache.
Screenshots or output
https://github.com/ghostwriter/psalm-plugin-tester/actions/runs/5432766284/jobs/9880024230
Click to view Raw Logs
Environment details
Additional context
The text was updated successfully, but these errors were encountered: