Max Kureykin
09/21/2021, 5:13 PMKevin Kho
Max Kureykin
09/21/2021, 5:35 PMKevin Kho
Max Kureykin
09/21/2021, 5:48 PMcannot pickle '_thread.RLock' object
. I just wanna know if it is possible to avoid, without recreating the session.
I've seen examples in Prefect repo, but there are new db session every time. I believe that it's could be done somehow.Kevin Kho
cloudpickle
, so you need to recreate the session on the worker side.Max Kureykin
09/21/2021, 5:56 PMKevin Kho