Skip to content

Action regularly fails due to timeouts #21

@lwasyl

Description

@lwasyl

When using this action, we see regular failures due to the download action taking longer than 30s:

Image

the entire job fails after that. Since the Github action is fairly simple, we can switch to fetching the CLI directly. When we do that, the CI timings show that downloading Doppler CLI usually takes about 1s, but occasionally spikes to even one minute (less on the screenshot but it's an example):

Image

It would be useful if this action

  • didn't fail when the downloading takes more than 30s, or retried the download a couple of times
  • cached the actual CLI tool (instead of the install script) so the downloading isn't necessary on each build

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