Skip to content

Conversation

@tcnghia
Copy link
Collaborator

@tcnghia tcnghia commented Oct 9, 2025

This is to avoid immediate requeuing (until we hit workqueue's retry max-attempt). Currently, the immediate requeuing can only make the problem worse for rate limits, as we will keep hitting the same API again ~almost immediately.

@tcnghia tcnghia changed the title ghreconciler: handle grpc ResourceExhausted with jitter ghreconciler: requeue grpc ResourceExhausted error with jitter Oct 9, 2025
@tcnghia tcnghia requested review from mattmoor and mgreau October 9, 2025 21:35
@tcnghia
Copy link
Collaborator Author

tcnghia commented Oct 9, 2025

I opened a separate PR to potentially allow DLQing 429s here #1155

@mattmoor mattmoor merged commit 247acf5 into chainguard-dev:main Oct 9, 2025
144 checks passed
imjasonh pushed a commit to imjasonh/terraform-cloudrun-glue that referenced this pull request Nov 21, 2025
…guard-dev#1154)

This is to avoid immediate requeuing (until we hit workqueue's retry
max-attempt). Currently, the immediate requeuing can only make the
problem worse for rate limits, as we will keep hitting the same API
again ~almost immediately.

Signed-off-by: Nghia Tran <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants