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
I suspect the issue lies in the construction of the TaskiqResult object at /taskiq/receiver/receiver.py:294.
While it's acceptable for the task to fail on unknown types, the problem is that it doesn't display anything in the log. This lack of information made it necessary for me to spend extra time figuring out what went wrong.
Perhaps, to make this workaround clearer, we could consider adding some logging?
The text was updated successfully, but these errors were encountered:
If a label with a type different from
str
is added anywhere in the worker task, the task will fail.I suspect the issue lies in the construction of the
TaskiqResult
object at/taskiq/receiver/receiver.py:294
.While it's acceptable for the task to fail on unknown types, the problem is that it doesn't display anything in the log. This lack of information made it necessary for me to spend extra time figuring out what went wrong.
Perhaps, to make this workaround clearer, we could consider adding some logging?
The text was updated successfully, but these errors were encountered: