You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have some apps that are dependent on an intermittent network connection to run. It'd be nice at least be able to specify a custom delay/interval for restarts in the config (this is a feature that could be useful for a lot of use cases).
It might also be nice to be able to easily specify custom restart behavior - ie, an exponential backoff algorithm, or at certain intervals. I guess this could be implemented externally, but it seems like it might be useful enough to build some hooks in supervisor's core?
The text was updated successfully, but these errors were encountered:
I have some apps that are dependent on an intermittent network connection to run. It'd be nice at least be able to specify a custom delay/interval for restarts in the config (this is a feature that could be useful for a lot of use cases).
It might also be nice to be able to easily specify custom restart behavior - ie, an exponential backoff algorithm, or at certain intervals. I guess this could be implemented externally, but it seems like it might be useful enough to build some hooks in supervisor's core?
The text was updated successfully, but these errors were encountered: