Open HyWell opened 5 years ago
This is a limitation of mulitprocessing on macOS. On Linux, the queue is unbounded, but macOS has a limit of 2**15 - 1
items. You can work around this by limiting your own batches to less than 32,767 items, or by running this on Linux instead.
Alternately, if anyone is interested in working around this in aiomultiprocess, this will require using a second (process local) queue, and having another asyncio task to add tasks to the multiprocessing queue from the local queue as space becomes available.
same error on M1
Description
its my code
Details
error log