Skip to content
Snippets Groups Projects
Commit d574c87a authored by Nathan Hertz's avatar Nathan Hertz
Browse files

Added a note about global connection not automatically closing

parent 246ac12c
No related branches found
No related tags found
No related merge requests found
......@@ -9,6 +9,8 @@ from workspaces.json import WorkflowEventSchema
from workspaces.schema import WorkflowEvent
T = TypeVar('T', contravariant=True)
# Global connection; remains open until manually closed (I imagine by some sort of cleanup process)
# FIXME: Does not currently automatically close itself
CONN = None
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment