Where is the heroku container restart policy specified?

Viewed 11

I'm running my application with heroku container, and I can't find reference information about the restard policy.

I thought it was restarting automatically after a few seconds, with the delay increasing with exponential backoff, but I noticed that it's not the case, because my app just stayed down for 25 minutes after a exit with code 1.

So where to find the official information about this topic ?

0 Answers
Related