-
Notifications
You must be signed in to change notification settings - Fork 30
Description
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
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.
