feat(create): retry in another location - #443
Merged
Merged
Conversation
9marco
force-pushed
the
marco/db-default-location
branch
from
August 10, 2026 07:31
58e2d18 to
b7817a4
Compare
9marco
marked this pull request as ready for review
August 10, 2026 07:43
9marco
force-pushed
the
marco/db-default-location
branch
from
August 10, 2026 08:45
b7817a4 to
1efa89f
Compare
Contributor
Author
|
Tested with a hard-coded default location on staging, where the default already is ForProvider: storage.MySQLParameters{
- Location: cmd.Location,
+ Location: "nine-cz41",Fallback is being used
|
9marco
marked this pull request as draft
August 13, 2026 08:47
9marco
marked this pull request as ready for review
August 18, 2026 07:51
9marco
force-pushed
the
marco/db-default-location
branch
from
August 19, 2026 08:50
1efa89f to
bd27136
Compare
with mysql and postgres. This makes use of the LocationRestricted status cause reported by the corresponding webhook, instead of parsing the human readable response.
to set nine-cz42 as the default location for mysql and postgres and to be able to use fallback locations returned by LocationRestricted admission cause.
9marco
force-pushed
the
marco/db-default-location
branch
from
August 19, 2026 09:02
bd27136 to
d370df4
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
with mysql and postgres.
This makes use of the
LocationRestrictedstatus cause reported by thecorresponding webhook, instead of parsing the human readable response.