Executor¶
Local¶
All jobsrun in local event loop, mainly used for debugging
Process¶
Jobs arerun in different processes.
Ray¶
The same as Process
executor, besidesrun in a single machines, it’s possible torun in different
machines or even cloud services by carefully configuring Ray
. Check the offical documentation for details.