WIP: I think we need to change the async run function. It blocks the app_backend until it completed, only afterwards it allows to call different fastAPI functions.
I am not sure this basically means that the run function really needs to be called within a process, which didn't work because of pickling errors...
WIP: I think we need to change the
async run
function. It blocks theapp_backend
until it completed, only afterwards it allows to call different fastAPI functions.I am not sure this basically means that the run function really needs to be called within a process, which didn't work because of pickling errors...