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
Currently, workers import modules and call functions of the imported modules.
Look into adding a worker mode similar to Node's cluster module. The worker pool would listen on a TCP port and accept new connections and distribute them to the workers