BravadoTimeoutError should be pickleable
Opened this issue · 0 comments
bplotnick commented
We hit this today where a worker process raises a timeout error and then it tries to get sent to the master process. However the timeout errors are not pickleable so they cannot be sent to the master process.
I'm not sure what's involved in this, but it seems like this would help a little bit with edge case usability.