App specific heartbeat-timeout

Is it possible to set a different heartbeat-timeout for different apps in the application.yml? I’ve tried and I don’t see any errors, but the heartbeat-timeout for specific apps appears to be ignored.

1 Like

Hi, this is currently not possible. We might introduce such an option in the future, but currently it is not part of our roadmap.

Looks like this is now possible with Shinyproxy 2.6.0

heartbeat-timeout: the time in milliseconds that the server must receive no heartbeat in order to terminate the proxy. This overrides any value of the proxy.heartbeat-timeout property.Note: it is possible to set this value to -1 in order to disable this feature for the current app (even if the default has a different value).

1 Like