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
The SyncManager process spawns a huge number of threads over the lifetime of the benchmark. On pid constrained systems (such as OpenShift) we can run out of threads during longer tests or with shorter requests.
Activity
sjmonson commentedon Jun 26, 2025
This issue still occurs after replacing the
SyncManager
with shared queues.sjmonson commentedon Jun 26, 2025
After a bunch of testing I've found that the issue only occurs with Python 3.12.
markurtz commentedon Aug 13, 2025
Need to double check this after #251 lands