ok - nowadays I usually take a ElasticManager
to manage my workers and tweak the Worker connect command
(see on the linked page) such that all the packages are all loaded before ClusterManagers.elastic_worker(...)
is called. Depending on how you start your workers this is more gentle on the filesystem. I guess all this loading takes so long because all of a sudden several nodes (in my case 100+) want to load stuff (precompiled or not) from some files.
1 Like