diff --git a/apps/transport/lib/transport_web/plugs/worker_healthcheck.ex b/apps/transport/lib/transport_web/plugs/worker_healthcheck.ex index a81964da41..94e2980c68 100644 --- a/apps/transport/lib/transport_web/plugs/worker_healthcheck.ex +++ b/apps/transport/lib/transport_web/plugs/worker_healthcheck.ex @@ -42,7 +42,7 @@ defmodule TransportWeb.Plugs.WorkerHealthcheck do # if the app is completely down. if !healthy_state?() do Logger.info "Hot-fix: shutting down!!!" - # "Carefully stops the Erlang runtime system." + # "Asynchronously and carefully stops the Erlang runtime system." System.stop() end else