Skip to content
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

feat: add a RetryInterval setting #1654

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

QuentinFAIDIDE
Copy link
Contributor

This PR proposes adding a retryInterval setting to pipeline and vertex manifests, with the default set to 1ms.
Reasons for increasing the retryInterval beyond the default include reducing spammy logs on failures, saving resources on long component failures, and lack of significant performance increase of a 1ms retryInterval over a 500ms one in most cases. Reasons for sticking to the default include having highly available and scalable components, critical response times, or relying on CPU/RAM limits to prevent resource waste.
Considering potential implementation of retry with backoff (mentioned in existing comment), this change may be reversed in the future.
Also, always adding parameters may not be a good habit for usability, so I'm open to instead finding a compromise or renouncing it if the community deems it of little use.

@QuentinFAIDIDE QuentinFAIDIDE marked this pull request as draft April 8, 2024 21:06
@QuentinFAIDIDE
Copy link
Contributor Author

Sorry for requesting review, this should have been a draft PR in the first place to avoid notifying all reviewers.
Also the user documentation for pipeline customization still needs to mention this new parameter.

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.

1 participant