Daily restarts

Hi,

Would it be possible to configure a daily restart option?

Thanks,
Matt

2 Likes

bump :rofl:

I don’t think this is available as an option, however you might try this:

  1. Set RackUrl app parameter to Yes (this should inject RACK_URL variable to your app’s environment)
  2. Then to this URL ${RACK_URL}/apps/{app}/services/{name}/restart you should be able to send a POST request to restart a service.
  3. You can then create a timer that does that.

At least in theory it should work… :crossed_fingers: