Hello,
I wonder if you have planned some retry mechanism for gracefully handling lock issues as described in this article:
https://postgres.ai/blog/20210923-zero-downtime-postgres-schema-migrations-lock-timeout-and-retries
After all, migrating busy tables requires this type of care, otherwise errors can pop up in the application.
Hello,
I wonder if you have planned some retry mechanism for gracefully handling lock issues as described in this article:
https://postgres.ai/blog/20210923-zero-downtime-postgres-schema-migrations-lock-timeout-and-retries
After all, migrating busy tables requires this type of care, otherwise errors can pop up in the application.