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
But do we need to do anything? Wait for certain tasks to finish? It's probably better to do that.
We also need to wait for Prometheus setup to finish. This was detected by @vladimirvolek in integration tests (GHA run log), where the app is shut down after a successful test, and before Prometheus has a chance to finish its setup.
The text was updated successfully, but these errors were encountered:
Detection is easy with
tokio
, seetokio::signal::unix
ortokio::signal::ctrl_c
.But do we need to do anything? Wait for certain tasks to finish? It's probably better to do that.
We also need to wait for Prometheus setup to finish. This was detected by @vladimirvolek in integration tests (GHA run log), where the app is shut down after a successful test, and before Prometheus has a chance to finish its setup.
The text was updated successfully, but these errors were encountered: