Set address for runner cache #57
No reviewers
Labels
No Label
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
Copied from Github
Kind/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No Milestone
No project
No Assignees
3 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: cerc-io/hosting#57
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "runner-cache"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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 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.
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.
I don't have write access, could someone merge this?
Added you to the repo.