You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: