Skip to content

CLOUDP-309394 - Increase postman upload timelines #631

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

Merged
merged 5 commits into from
Mar 28, 2025

Conversation

wtrocki
Copy link
Member

@wtrocki wtrocki commented Mar 27, 2025

Proposed changes

Done research and it looks like postman API gets overwhelmed sometimes over period of 1-2 minutes.
Current retry mechanism uses backoff mechanism that reattempt next request in double time of the previous one starting from 1s.
This PR extends retries to be attempted every 30 seconds and increases the amount of retries to 10.

Explanations

--retry 10: This sets the number of retries to 10.
--retry-delay 30: Adds a delay of 30 seconds between retry attempts. This helps increase the time between retries.
--retry-max-time 300: Specifies the maximum time for all retry operations to occur, which is set to 300 seconds (5 minutes).

@wtrocki wtrocki requested a review from a team as a code owner March 27, 2025 19:54
wtrocki and others added 2 commits March 28, 2025 10:24
@wtrocki wtrocki changed the title Increase postman upload timelines CLOUDP-309394 - Increase postman upload timelines Mar 28, 2025
Copy link
Collaborator

@matt-condon matt-condon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@wtrocki wtrocki merged commit 78968b9 into main Mar 28, 2025
7 checks passed
@wtrocki wtrocki deleted the task-increase-postman branch March 28, 2025 15:57
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.

3 participants