ansible-kong
ansible-kong copied to clipboard
Service files don't wait for postgres/backend services to start.
The systemd file created to start the kong service doesn't have a listed dependency to wait for backend services (postgres, cassandra, etc) to start. If kong starts before these services, it will fail.