lambda_multiprocessing
lambda_multiprocessing copied to clipboard
A drop-in replacement for Python's multiprocessing.Pool for AWS Lambda
Results
3
lambda_multiprocessing issues
Sort by
recently updated
recently updated
newest added
Hi there, I'm trying to use this package but for some weird reason each subprocess is only executing once and hanging the rest of the code. I'm using python 3.9,...
This is an intermittent issue that seems to happen in the following circumstances: 1. Job 1 is submitted to child A 2. Job 1 starts running on child A 3....