Hi,
Would it be possible to configure a daily restart option?
Thanks,
Matt
Hi,
Would it be possible to configure a daily restart option?
Thanks,
Matt
bump 
I don’t think this is available as an option, however you might try this:
RackUrl app parameter to Yes (this should inject RACK_URL variable to your app’s environment)${RACK_URL}/apps/{app}/services/{name}/restart you should be able to send a POST request to restart a service.At least in theory it should work… 