Skip to content

Rate limit exceeded when building the documentation in CI #919

Description

@pfultz2

Our CI for migraphx fails when building the documentation, from a timeout error. It looks like its trying to fetch things from the internet and then we it a rate limit that then never finishes causing the job to timeout. This is the output from the logs:

Remote mappings will be fetched from ROCm/rocm-docs-core branch=develop
Request GET /repos/ROCm/rocm-docs-core failed with 403: rate limit exceeded
Setting next backoff to 2500.125815s
Request GET /repos/ROCm/rocm-docs-core failed with 403: rate limit exceeded
Setting next backoff to 938.828504s
Request GET /repos/ROCm/rocm-docs-core failed with 403: rate limit exceeded
Setting next backoff to 1446.826964s
Request GET /repos/ROCm/rocm-docs-core failed with 403: rate limit exceeded
Setting next backoff to 2272.82957s

Is there way to either disable it downloading from the internet? Or fallback on something when it hits a 403 or 404?

It seems like documentation should be able to be built completely offline without needing an internet connection.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions