Skip to content
Discussion options

You must be logged in to vote

Yeah, it's a common issue that happens. It's probably because Github Actions are down.

It may also be caused by these:

GitHub Rate Limits or API Throttling
If your ARC setup uses a shared Personal Access Token (PAT) or GitHub App across a large number of ephemeral runners, you might be hitting GitHub API rate limits. When a runner hits the limit, GitHub blocks the asset download request.

Fix: Check your ARC controller logs to see if there are any 403 Rate Limit Exceeded errors. Consider switching to a GitHub App authentication method if you haven't already, as it offers higher rate limits than standard PATs.

Network, Proxy, or Firewall Restrictions
Because ARC runners spin up dynamically …

Replies: 3 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
3 replies
@tapan-brilo
Comment options

@synapse-dot
Comment options

@gaminghackintosh
Comment options

This comment was marked as spam.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug GitHub or a GitHub feature is not working as intended Actions Build, test, and automate your deployment pipeline with world-class CI/CD ARC (Actions Runner Controller) For issues and discussions related to the Actions Runner Controller project Welcome 🎉 Used to greet and highlight first-time discussion participants. Welcome to the community! source:ui Discussions created via Community GitHub templates
4 participants