Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Extend initial db delayed connect time (#257)
During periodic maintenance, I restarted the stack and noticed metadata DB functions were off. It seemed the Postgres container was taking longer than before to start. This PR increases the hardcoded delay Cadence waits before making the initial database connection. Looking for a more proper way to do this with retries or through Docker Compose. Until then, this should fix the stack.
- Loading branch information