Skip to content

[BUG] v1.3.0 gets stuck waiting forever for kustomize download url #38

@nfoucha

Description

@nfoucha

Describe the bug

As of v1.3.0, it looks like the API throttling issue has gone the opposite direction. Where before the action would fail, it now runs forever.

To Reproduce

Run a GitHub actions workflow with some number of kustomize steps (on this specific build it's 9 parallel steps)

Expected behavior

The action should complete normally with some delay due to API throttling.

Screenshots/Actions log

image

getting download url for kustomize 4.2.0

Running on:

  • OS: 20.04.5
  • Version @v1.3.0
  • Kustomize Version 4.2.0
  • Kustomize build options: --load-restrictor LoadRestrictionsNone

Additional context

As with the original issue #35 this is intermittent in nature. Rerunning the failed steps eventually works. Subsequent runs may fail different kustomize steps.

With the code in the PR that addressed the initial issue, I would expect a hard failure after ~120s. That's not happening here as the action was still running after 25 minutes.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions