@bennettjimmy63
you can set the concurrent threads and run time "repeat"
fbb2ae87-bbd7-40f0-b7c6-c587954d28ed-image.png
or other way to run endless is just to run async, set 5 threads there and run in a loop. set the threads for script to 1 in this case.
the async run function is pretty configurable, so you can set your input list for the 30 threads, then set to only run 5 at once. it will run 5max all the time and start another when one is finished. then put that in loop again to run endless and get errors in TG for example
Like so:
e3792cc8-0b53-419f-b54c-d68bf51e87ea-image.png
29d53c3c-d388-4c2b-88b7-747b9d68b9c3-image.png
2fc5bd51-0060-4242-b251-75eef838fcc1-image.png
questions?