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

fix(explicitRollback): Add configurable timeout for serverGroup lookup from Clouddriver API (backport #4686) #4690

Merged
merged 1 commit into from
Apr 2, 2024

Conversation

mergify[bot]
Copy link
Contributor

@mergify mergify bot commented Apr 2, 2024

When a user performs an Ad-Hoc Rollback through Deck, Orca is expecting to receive a response from Clouddriver about the serverGroup details in a hardcoded 5 seconds timeout.
Although in most cases this is enough, in higher scale environments with thousands of AWS/ECS accounts and especially in applications that have a large amount of serverGroups the 5 sec timeout is too strict resulting in error during the serverGroup lookup.
TimeoutFailure

With this change we can configure the timeout (in seconds) through Orca config - while defaulting to the previous timeout of 5secs.


This is an automatic backport of pull request #4686 done by [Mergify](https://mergify.com).

…p from Clouddriver API (#4686)

* fix(explicitRollback): Add configurable timeout for serverGroup rollback from Clouddriver API

* fix(explicitRollback): Fix tests

* fix(explicitRollback): Add configurable timeout for serverGroup lookup from Clouddriver API

* fix(explicitRollback): Add configurable timeout for serverGroup lookup from Clouddriver API

* fix(explicitRollback): Add configurable timeout for serverGroup lookup from Clouddriver API

---------

Co-authored-by: Jason <[email protected]>
(cherry picked from commit 2b8af02)
@jasonmcintosh jasonmcintosh added the ready to merge Approved and ready for merge label Apr 2, 2024
@mergify mergify bot added the auto merged Merged automatically by a bot label Apr 2, 2024
@mergify mergify bot merged commit ccdb662 into release-1.32.x Apr 2, 2024
4 checks passed
@mergify mergify bot deleted the mergify/bp/release-1.32.x/pr-4686 branch April 2, 2024 16:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auto merged Merged automatically by a bot ready to merge Approved and ready for merge target-release/1.32
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants