I understand that usually for web app containers there needs to be an HTTP endpoint which responds with 200 for a succesful healthcheck.
However, in my case I would have a non web app (a python script) running as an only container in a Fargate task. Now, how can I configure a healthcheck command in this scenario?