Can I run multiple instances of NPM in parallel ? #2919
              
                Unanswered
              
          
                  
                    
                      felix-exon
                    
                  
                
                  asked this question in
                Q&A
              
            Replies: 1 comment
-
| @jc21 ? | 
Beta Was this translation helpful? Give feedback.
                  
                    0 replies
                  
                
            
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am using different services in a docker swarm (3 nodes) and was wondering if I could run NPM on each node, all sharing the same db and files (basically the
/datamount will be the same).Is there any file-locking or will there be issues when running (like 3) NPM at the same time.
If possible I could then "load-balance" between the 3 proxies.
Beta Was this translation helpful? Give feedback.
All reactions