Merge pull request #33822 from backstage/freben/refactor-postgres-retry-loop

refactor(backend-defaults): clean up database creation retry loop
This commit is contained in:
Fredrik Adelöw
2026-04-09 17:11:30 +02:00
committed by GitHub
2 changed files with 39 additions and 30 deletions
@@ -0,0 +1,5 @@
---
'@backstage/backend-defaults': patch
---
Refactored the database creation retry loop to avoid an unnecessary delay after the final failed attempt.