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
Right now our python script starts the various services, but if they end, we do not restart them. It would be good if we did, along with a configurable policy for it (how many times to retry, how long between retries).
As of the last PR, we now at least log a warning whenever a service exits unexpectedly. This probably does not really work for blockscout, as this relies on Docker.
The text was updated successfully, but these errors were encountered:
Right now our python script starts the various services, but if they end, we do not restart them. It would be good if we did, along with a configurable policy for it (how many times to retry, how long between retries).
As of the last PR, we now at least log a warning whenever a service exits unexpectedly. This probably does not really work for blockscout, as this relies on Docker.
The text was updated successfully, but these errors were encountered: