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
Thread 'TimeoutHandler' crashed: TypeError('can only concatenate list (not "int") to list')
Traceback (most recent call last):
File "/venv/lib/python3.11/site-packages/billiard/pool.py", line 503, in run
return self.body()
^^^^^^^^^^^
File "/venv/lib/python3.11/site-packages/billiard/pool.py", line 762, in body
for _ in self.handle_timeouts():
File "/venv/lib/python3.11/site-packages/billiard/pool.py", line 752, in handle_timeouts
if _timed_out(ack_time, [soft|hard]_timeout):
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/venv/lib/python3.11/site-packages/billiard/pool.py", line 730, in _timed_out
if monotonic() >= start + timeout:
~~~~~~^~~~~~~~~
TypeError: can only concatenate list (not "int") to list`
Please advise?
The text was updated successfully, but these errors were encountered:
When calling code like
or
we are seeing errors like this:
Please advise?
The text was updated successfully, but these errors were encountered: