I am running an app which requires a library that leaks memory. (Unfortunately there is no alternative for this propriotory software). As a result the dynos exceed their memory limit and emmit Error R14 (Memory quota exceeded) errors.
Is there some way to automatically restart dynos that emit Error R14?
Or will Heroku actually restart the dynos for me and if yes roughly when? (could not find anything on this in the doc and i never noticed that heroku shut down my dynos)
Thank you a lot in advance!
Eddie