We have a ColdBox app that's running inside the Or...
# box-products
n
We have a ColdBox app that's running inside the Ortus Docker container. It's being deployed to AWS Fargate. The deployment will (usually) work just fine, and the app starts, but after a few seconds of low-traffic use (1 or 2 users, literally), we get a "503 Service Temporarily Unavailable" or a "503 Bad Gateway" error. Curious if anyone has run into this before? Any suggestions? The app also works just fine locally via "docker-compose up", no errors this way -- the problems seem to be Fargate/AWS specific, or perhaps specific to the Ortus Docker container? We're still doing some R&D to rule things out. Thanks in advance.
f
do you have a healthcheck api url in play?
n
We're trying but the healthcheck is randomly failing too. Sadly Fargate and Copilot are not giving us much useful info yet. We're still looking into it.