-
Notifications
You must be signed in to change notification settings - Fork 4.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(source-monday): Add WaitTimeFromHeader backoff strategy #48597
base: master
Are you sure you want to change the base?
fix(source-monday): Add WaitTimeFromHeader backoff strategy #48597
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Hi all, I saw this PR was approved a while back but hasn’t been merged yet. I was just wondering if there’s a timeline for merging this into the main branch for release or if there are any blockers that still need to be addressed. This would be really useful to address a problem I am experiencing in my project. I’d love to know if there’s anything I can do to help move it forward. I appreciate all the work that’s gone into this! |
What
Added
WaitTimeFromHeader
backoff strategy to handle retries using theretry-after
header, improving efficiency and aligning with rate-limit resets.Oncall: https://github.com/airbytehq/oncall/issues/6858
How
Updated
manifest.yaml
withWaitTimeFromHeader
and fallbackConstantBackoffStrategy
.User Impact
Improved retry logic: Reduces unnecessary delays.
Can this PR be safely reverted and rolled back?