Open jstriebel opened 5 years ago
Currently the "global" state (stored in the app object) seems to be only per process.
https://docs.python.org/3.7/library/multiprocessing.html#sharing-state-between-processes
Currently the "global" state (stored in the app object) seems to be only per process.