buildkit
buildkit copied to clipboard
API wrapper for buildkite https://buildkite.com/docs/api/
The gem name "buildkit" doesn't make it immediately obvious is a Buildkite API client. It could be confused with e.g. Docker BuildKit https://docs.docker.com/develop/develop-images/build_enhancements/ I suggest the project should be renamed...
Add support for Rate-limit auto-retries based on the [Buildkite documentation](https://buildkite.com/docs/apis/rest-api/limits) By default, auto-retry is disabled and needs to be set to `true` to be used. In addition a `rate_limit_retry_count` argument...