Skip to content

Commit

Permalink
Sonar.
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiygetlin committed Nov 22, 2023
1 parent 4a947fa commit cb0fee5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,7 @@ private void enablePgBouncer(String mrgName, String postgresName) {
2) Enabling pgbouncer 3) Creating admin user. This particular method works as a global handler for
the whole step. But current implementation handles specific Postgres db provisioning issue.
*/
@Override
protected Optional<StepResult> maybeHandleManagementException(ManagementException e) {
final String resourceOperationFailure = "ResourceOperationFailure";
final String internalServerError = "InternalServerError";
Expand Down

0 comments on commit cb0fee5

Please sign in to comment.