cli
                                
                                
                                
                                    cli copied to clipboard
                            
                            
                            
                        Determine concurrency at runtime
Description
Whenever possible, determine the best fitting concurrency (# of workers) at runtime by using runtime.NumCPU().
The priority order to set the concurrency would be:
- User provided 
--concurrencyflag - Number of cores determined at runtime.
 - If number of cores is unknown set to default of 4.
 
Reasons
Better resource utilisation in any scenario and hardware.
This issue has been automatically marked as stale due to the lack of recent activity. It will soon be closed if no further activity occurs. Thank you for your contributions.
This issue has been automatically marked as stale due to the lack of recent activity. It will soon be closed if no further activity occurs. Thank you for your contributions.
@clebs ; is this flag still supported when moving to the new deploy command?
Hi @tobiscr, that is a very good point. With the new deploy I do not think this is relevant anymore. Closing the issue.