Files
deb-python-taskflow/taskflow/engines/worker_based/server.py
Greg Hill 8e8fd65225 Handle cases where exc_args can't be serialized as JSON in the WBE
First try to get them, but if they aren't able to be serialized,
just return the failure without them.  This only affects the WBE
that serializes failures as part of the JSON response that is sent
over the wire from the worker process to the WBE engine.

Change-Id: I86e3255b612bc15097aabe63a684cf8b8808e61b
2016-01-28 16:29:03 -06:00

11 KiB