Skip to content
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

HttpError: You have exceeded a secondary rate limit. Please wait a few minutes before you try again. #49

Open
codyhod opened this issue Apr 20, 2022 · 3 comments

Comments

@codyhod
Copy link

codyhod commented Apr 20, 2022

Action is failing consistently for the past few weeks, regardless of when it's ran or what other tasks are ongoing.

Skipping recent artifact (id: 216039564, name: uberjar).
Error: HttpError: You have exceeded a secondary rate limit. Please wait a few minutes before you try again.
(node:1556) UnhandledPromiseRejectionWarning: HttpError: You have exceeded a secondary rate limit. Please wait a few minutes before you try again.
    at /home/runner/work/_actions/c-hive/gha-remove-artifacts/v1/dist/index.js:11413:23
    at runMicrotasks (<anonymous>)
    at processTicksAndRejections (internal/process/task_queues.js:97:5)
    at async Job.doExecute (/home/runner/work/_actions/c-hive/gha-remove-artifacts/v1/dist/index.js:14169:18)

The specific workflow we're using:

name: Remove old artifacts
on:
  schedule:
    - cron: '0 22 * * *'
jobs:
  remove-old-artifacts:
    runs-on: ubuntu-latest
    timeout-minutes: 10

    steps:
      - name: Remove old artifacts
        uses: c-hive/gha-remove-artifacts@v1
        with:
          age: '1 day'
          skip-tags: true
          skip-recent: 5

Perhaps there has been a change to secondary rate limits?

@rokcarl
Copy link

rokcarl commented May 27, 2023

Having this issue, a year later. Anyone had this fixed?

@ErezWeiss
Copy link

Same here

@ErezWeiss
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants