Set address for runner cache #57

Merged
telackey merged 1 commits from runner-cache into main 2023-10-04 17:26:10 +00:00
Member

I've seen some issues with actions timing out when fetching from the cache (e.g. setup-go step here) - this has fixed it locally for me.

I've seen some issues with actions timing out when fetching from the cache (e.g. setup-go step [here](https://git.vdb.to/cerc-io/ipld-eth-statedb/actions/runs/1/jobs/0)) - this has fixed it locally for me.
Member

I think I need a bit more context, as I have to admit I don't understand either the problem or how the changes fix it.

I think I need a bit more context, as I have to admit I don't understand either the problem or how the changes fix it.
Author
Member

Well setup-go is timing out when trying to access the cache:
::warning::Failed to restore: getCacheEntry failed: connect ETIMEDOUT 172.17.0.3:36843
So the step succeeds, but takes 5 minutes. It turns out this is expected when the job containers can't find the runner cache: https://docs.gitea.com/usage/actions/act-runner#configuring-cache-when-starting-a-runner-using-docker-image
The comment in the file says it should be detected, but apparently, not so much.

The change in the gitea script is unrelated. I can split it out.

Well setup-go is timing out when trying to access the cache: `::warning::Failed to restore: getCacheEntry failed: connect ETIMEDOUT 172.17.0.3:36843` So the step succeeds, but takes 5 minutes. It turns out this is expected when the job containers can't find the runner cache: https://docs.gitea.com/usage/actions/act-runner#configuring-cache-when-starting-a-runner-using-docker-image The comment in the file says it should be detected, but apparently, not so much. The change in the gitea script is unrelated. I can split it out.
telackey approved these changes 2023-09-25 17:28:56 +00:00
Author
Member

I don't have write access, could someone merge this?

I don't have write access, could someone merge this?
Owner

I don't have write access, could someone merge this?

Added you to the repo.

> I don't have write access, could someone merge this? Added you to the repo.
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
3 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: cerc-io/hosting#57
No description provided.