Kate Weber
01/11/2023, 2:37 PMmain()
function with a ConcurrentTaskRunner
but everything just went on hold until the Flask job was killed.
Is there a better way to do this? Should I dockerise the Flask server and use the docker
module in Python to start and stop it? Is using a DockerContainer to start it going to block other tasks? Other suggestions?Jean Luciano
01/12/2023, 3:47 PMKate Weber
01/12/2023, 6:49 PM