• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

stacklok / minder / 7973488157
53%

Build:
DEFAULT BRANCH: main
Ran 20 Feb 2024 12:34PM UTC
Jobs 1
Files 175
Run time 10s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

20 Feb 2024 12:31PM UTC coverage: 36.268% (+0.4%) from 35.852%
7973488157

push

github

web-flow
Handle rate limiting errors for GitHub API (#2271)

* We employ an optimistic concurrency control model to minimize goroutine blocking and reduce rate limit errors, thus preventing integration bans

* Each server replica maintains its own set of rate-limited clients, eliminating the need for synchronization across replicas. If a rate limit error occurs, the client self-blocks and is added to a cache for future requests

* Requests that return rate limit errors are retried following a backoff period

* The current watermill pub-sub implementation being used, i.e. SQL and go channels, are both a single channel with head-of-line blocking, which means that blocking in middleware/handler blocks all processing. So, currently, if a client is blocked, the entire processing will be blocked. This will change when we shift to other pub-sub implementations and have multiple workers

Signed-off-by: Vyom-Yadav <jackhammervyom@gmail.com>

5916 of 16312 relevant lines covered (36.27%)

37.18 hits per line

Jobs
ID Job ID Ran Files Coverage
1 7973488157.1 20 Feb 2024 12:34PM UTC 0
36.27
GitHub Action Run
Source Files on build 7973488157
Detailed source file information is not available for this build.
  • Back to Repo
  • Github Actions Build #7973488157
  • cfadb879 on github
  • Prev Build on main (#7970940511)
  • Next Build on main (#7973714651)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc