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
{{ message }}
This repository has been archived by the owner on Apr 18, 2018. It is now read-only.
Related to this: a subclass of gearman.DataEncoder should be able to indicate that it couldn't decode the message. I'm now using a hack in decode to return something (ideally I should be able to raise an exception or otherwise indicate decoding could not be done):
In worker_handler, we should discard jobs that raise exceptions when attempting to decode
https://github.com/Yelp/python-gearman/blob/master/gearman/worker_handler.py#L134
The text was updated successfully, but these errors were encountered: