-
Notifications
You must be signed in to change notification settings - Fork 30
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
Latency regression in latest releases #108
Comments
I'm also seeing this. Here's a build that pauses for 2m even after a cache hit: https://github.com/threatgrid/ctia/actions/runs/11637562591/job/32410961520?pr=1453#step:6:20 Possibly related, here's another build that saves a cache that seems to have already been a cache hit: https://github.com/threatgrid/ctia/actions/runs/11598161623/job/32293388110#step:6:24 |
FWIW the symptoms remind me of actions/cache#597 The ocaml action added explicit
msys2 also has a similar fix, they observed the problem started with the Node 16=>20 upgrade. |
@dhleong Please try the new 12.6 release and let me know if you still expirience this issue. Huge shout out to @frenchy64 for the fix. |
That seems to have fixed it for me! Thank you both 🙏 |
Hello! I've been using v3 in CI for quite some time, but when I went to set up a new project I thought I'd dust off the cobwebs and clean up some warnings that github was showing about old versions. I have not tried to bisect or anything, but version 12.5 took 2 minutes to run (!), and most of it appeared to be just hanging after the "post" step of writing to cache. I downgraded to 3.5 (which includes version updates, at least) and it was back to running almost instantaneously. Is this something you're seeing elsewhere as well, or is it something peculiar about my setup?
Thanks for your help and all your work on these actions!
The text was updated successfully, but these errors were encountered: