AppRunner request timeout / HTTP 503

I've been successfully using App Runner to deploy a containerised microservice focused around uploading large files. The Docker container hosts a Gunicorn instance with a Flask web app. I've that...