bugy / script-server

Web UI for your scripts with execution management
Other
1.57k stars 248 forks source link

Is it possible to programatically launch new instances of a script #518

Open matiasrivera opened 2 years ago

matiasrivera commented 2 years ago

Hi, Based on the current limitation in the number of simultaneous scripts that can be launched from de UI #328 is it possible to somehow launch new instances from a python script? is there a library or some custom method to interact with script-server from Python and have a script launch several scripts dinamically?

Thanks,

Matias

bugy commented 2 years ago

Hi, it's possible to do it via REST API. Please check this comment and discussion: https://github.com/bugy/script-server/issues/138#issuecomment-461331583