We have a need to suspend / resume a couple of services based on time. So for example maybe we want them off over the weekend (the specifics don’t matter so much).
Render API
I know there is an API endpoint which can do this, so I could certainly write a short script to suspend at a certain time and resume at a certain time, but I’m trying to work out the best way to approach this?
Cron within Render? Or outside?
A cron hanging off one of the services that will never get suspended might be the best? Or perhaps I should use something completely outside of Render to keep things super separated?
I don’t see a way to do this from within Render itself (I think it is too niche a requirement).