-
-
Notifications
You must be signed in to change notification settings - Fork 1
Configure concurrency #54
Copy link
Copy link
Open
Labels
enhancementNon-breaking improvements to existing behaviourNon-breaking improvements to existing behaviour
Metadata
Metadata
Assignees
Labels
enhancementNon-breaking improvements to existing behaviourNon-breaking improvements to existing behaviour
Type
Fields
Give feedbackNo fields configured for Feature.
I have been working with geo data, which are typically large files, but can be split to process concurrently. I split the data into hundreds of files and added the processors for each file into a pool. When I executed, my CPU died.
It would be really useful to configure the max concurrent processes within a pool.