-
Notifications
You must be signed in to change notification settings - Fork 908
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
[enhancement]: Retry enhancement in OpenStack batch creation scenarios #5943
Conversation
Welcome @gglzf4! Please sign the CLA. |
add gglzf4 to .github-cla-signers
Thank you. I'll sign it right away. |
Alphabetical order
HTTP status code >= 400 does not support retry is too general.
HTTP Retry Status [408, 429, 500, 502, 503, 504]
The HTTP status code >= 400 does not support retry is too general. Retry should be supported for the following HTTP status codes: Please help review it! @holmanb @TheRealFalcon |
Hello! Thank you for this proposed change to cloud-init. This pull request is now marked as stale as it has not seen any activity in 14 days. If no activity occurs within the next 7 days, this pull request will automatically close. If you are waiting for code review and you are seeing this message, apologies! Please reply, tagging TheRealFalcon, and he will ensure that someone takes a look soon. (If the pull request is closed and you would like to continue working on it, please do tag TheRealFalcon to reopen it.) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @gglzf4. This looks good to me!
[enhancement]: Retry enhancement in OpenStack batch creation scenarios
Additional Context
Test Steps
Merge type