mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-04-30 03:00:41 -04:00
fix(backend): Force process exit on execution manager cleanup
This commit is contained in:
@@ -1111,6 +1111,7 @@ class ExecutionManager(AppProcess):
|
|||||||
redis.disconnect()
|
redis.disconnect()
|
||||||
|
|
||||||
log(f"{prefix} ✅ Finished GraphExec cleanup")
|
log(f"{prefix} ✅ Finished GraphExec cleanup")
|
||||||
|
exit(0)
|
||||||
|
|
||||||
|
|
||||||
# ------- UTILITIES ------- #
|
# ------- UTILITIES ------- #
|
||||||
|
|||||||
Reference in New Issue
Block a user