When migrating from version 1.0.32 to version 1.0.33 task polling stopped working.
The worker is polling to an empty task queue, and we get:
File ".../site-packages/conductor/client/http/api_client.py", line 612, in __deserialize_model
klass.attribute_map[attr] in data and
TypeError: a bytes-like object is required, not 'str'
It seems that the error originated in this commit when the following check was removed:
When migrating from version 1.0.32 to version 1.0.33 task polling stopped working.
The worker is polling to an empty task queue, and we get:
It seems that the error originated in this commit when the following check was removed: