We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0313261 commit b91d8dbCopy full SHA for b91d8db
dbos/_admin_sever.py
@@ -53,7 +53,6 @@ def do_GET(self) -> None:
53
self._end_headers()
54
self.wfile.write("healthy".encode("utf-8"))
55
elif self.path == _deactivate_path:
56
- dbos_logger.info("Deactivating DBOS")
57
# Stop all scheduled workflows, queues, and kafka loops
58
for event in self.dbos.stop_events:
59
event.set()
0 commit comments