You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some runs of post run action for coursier/cache-action@v6 take minutes to finish. The behavior is flipping, other runs are done under one second. We're using proprietary runners.
Could you please guess what might be the cause of this slow step?
The text was updated successfully, but these errors were encountered:
I have been observing this for a while as well. If you flip the timestamps in the logs, you can see that it gets stuck after saving all the cache for ~3m:
// node will stay alive if any promises are not resolved,// which is a possibility if HTTP requests are dangling// due to retries or timeouts. We know that if we got here// that all promises that we care about have successfully// resolved, so simply exit with success.if(earlyExit){process.exit(0);}
Some runs of post run action for coursier/cache-action@v6 take minutes to finish. The behavior is flipping, other runs are done under one second. We're using proprietary runners.
Could you please guess what might be the cause of this slow step?
The text was updated successfully, but these errors were encountered: