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
I am suggesting a new feature, not asking a question
Description
Currently when worker node receives run_time parameter raises an error and it seems that stops working.
I thing that worker could simply ignore this parameter and at most log a warning. This would simplify configuration in case of 'local distributed' load, i.e. multiple worker processes on one machine for better CPU utilization.
Funnily enough it seems that this error is not raised, when --config option is used and file has non-standard name (like worker.conf)
Tested on v. 2.25.0 - latest on pip.
The text was updated successfully, but these errors were encountered:
Prerequisites
Description
Currently when worker node receives
run_time
parameter raises an error and it seems that stops working.I thing that worker could simply ignore this parameter and at most log a warning. This would simplify configuration in case of 'local distributed' load, i.e. multiple worker processes on one machine for better CPU utilization.
Funnily enough it seems that this error is not raised, when
--config
option is used and file has non-standard name (likeworker.conf
)Tested on v. 2.25.0 - latest on pip.
The text was updated successfully, but these errors were encountered: