tornado
tornado copied to clipboard
Prevent issue in blog example due to initialization order of containers
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.