Hi there,
I'm using the exec input to run some perl scrips that connects to some db and retrieves some data.
The issue is that I have like 30 exec statements and they all get executed when I start LS for the first time hitting the DB max conn limit for that user (in my case 10)
Is there a way to limit the maximum number of exec's on the next run ? Like execute max 10 exec commands, wait for them to finish...execute the next and so on.
Thanks!