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
The documentation about using JODBIR says that requests need to be serializable with pickle.
But, thanks to feedback from @kmike, now I know that their callback and errback methods do not need to be pickle-serializable as long as they are spider methods.
The documentation about using
JODBIR
says that requests need to be serializable withpickle
.But, thanks to feedback from @kmike, now I know that their callback and errback methods do not need to be
pickle
-serializable as long as they are spider methods.The documentation should be clear about this.
Related to #4125.
The text was updated successfully, but these errors were encountered: