https://github.com/uber/fiber/blob/b9d519ebfd572e49af7f1c6a235d19d4396207cb/fiber/pool.py#L908 I am getting the following error: ValueError: not enough values to unpack (expected 3, got 2) on line 908 in pool.py. The error is being raised when I am calling fiber using docker as the backend. This the command I am using to call the script: FIBER_BACKEND=docker FIBER_IMAGE=docker-test:latest python test_fiber_docker.py
fiber/fiber/pool.py
Line 908 in b9d519e
I am getting the following error: ValueError: not enough values to unpack (expected 3, got 2) on line 908 in pool.py.
The error is being raised when I am calling fiber using docker as the backend.
This the command I am using to call the script: FIBER_BACKEND=docker FIBER_IMAGE=docker-test:latest python test_fiber_docker.py