thought-machine / falco-probes

Automated build and mirror of eBPF kernel probes for use as a driver with the Falco runtime security agent (https://falco.org/)
Apache License 2.0
16 stars 4 forks source link

Add basic backoff/retry for Google COS repo... #69

Closed markchalloner closed 11 months ago

markchalloner commented 11 months ago

...to avoid occasionally being rate limited with a 429 e.g. in this action

markchalloner commented 11 months ago

Although simple, the downside to this method is we're risking the Github action timing out.

As this is a transient error and in reality the probes are probably already built, if this causes an issue then it'll probably be better to revert it and live with the occasional error until we deprecate this repo.