I have a discord bot I’m writing in .net 6 I put it into a container and build/deploy it to DigitalOcean, when the deploying starts the bot starts to work for a couple of minutes but then fails because of the health checks.
I saw some comments suggesting to switch the health check to TCP from HTTP, but I’m not sure how to do this…
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hello,
In case that you are referring to the DigitalOcean App Platform you can do that by following the steps here:
Health Checks
In there you can change the health check.
Let me know how it goes.
Best,
Bobby