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
Mh, just spawning (tons of) subprocesses in the LocalWorkflow's run() method is obviously dangerous. This mechanism should take --workers into account. Sounds ugly.
The implementation might get really dirty. Closing for now.
To force tasks to be run in a new subprocess, one can also use the force_multiprocessing config (spotify/luigi#2401).
LocalWorkflows should have the option to run tasks in a subshell instead of requiring/yielding them in the same process.
In same cases it could be also beneficial to run branch tasks with a local scheduler.
The text was updated successfully, but these errors were encountered: