fix(backend): Force process exit on execution manager cleanup

This commit is contained in:
Zamil Majdy
2025-05-19 16:47:56 +01:00
parent bd425331f1
commit aa2c2c1ad2

View File

@@ -1111,6 +1111,7 @@ class ExecutionManager(AppProcess):
redis.disconnect()
log(f"{prefix} ✅ Finished GraphExec cleanup")
exit(0)
# ------- UTILITIES ------- #