One of the main differences between Heroku and Render is that heroku forces dyno restarts every 24 hours. Render doesn’t.
Which is nice, but if we have an app that could benefit from that or something similar, is there a way to gracefully reboot services periodically? Would the best bet be to set up another service to send the kill
command via a Job periodically?