[go: up one dir, main page]

Skip to content

Concurrent execution of scripts with a maximal limit of parallel running scripts

Notifications You must be signed in to change notification settings

codinkai/example-node-concurrent-exec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-concurrent-exec

Example project how to run shell scripts in node.js in parallel with a maximal limit of parallel running scripts.

This example executes a simple python script several times with changing parameters.

Setup

npm install

Python needs to be installed to execute the commands.

Run

node index.js

or

npm start

About

Concurrent execution of scripts with a maximal limit of parallel running scripts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published