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