tornado icon indicating copy to clipboard operation
tornado copied to clipboard

Prevent issue in blog example due to initialization order of containers

Open kinow opened this issue 6 years ago • 0 comments

The demo blog app has an issue with its Docker containers, where the Python app may initialize before the Postgres database.

This PR was using a solution to enforce the container order, but a better approach would be to prevent the Python application from crashing if possible. See the PR comments for me.

kinow avatar Dec 08 '19 21:12 kinow