smccarthy
12 years agoNew Contributor
Splitter based on time
Is there any way to run the splitter component on time? I want to have a Splitter with 2 outputs, and run the first output for 3 minutes, than the second one for 3 minutes (and same with any additional outputs the splitter has).
Currently what I have is:
Interval (start at 0:0:0, duration 3 minutes) which starts my fixed rate of 20/sec, which goes to my web service call (which has a max concurrent samples of 10).
Another Interval (start at 3minutes), which starts my fixed rate of 20/sec, which goes to my web service call (which has a max concurrent samples of 20).
This way I get 10 concurrent samples for the first 3 minutes, and 20 concurrent samples from 03:00 to 06:00. I want to have 10 concurrent samples, to 20, 30, 40, ..., all the way up to 100 concurrent samples eventually.
Any ideas?
Currently what I have is:
Interval (start at 0:0:0, duration 3 minutes) which starts my fixed rate of 20/sec, which goes to my web service call (which has a max concurrent samples of 10).
Another Interval (start at 3minutes), which starts my fixed rate of 20/sec, which goes to my web service call (which has a max concurrent samples of 20).
This way I get 10 concurrent samples for the first 3 minutes, and 20 concurrent samples from 03:00 to 06:00. I want to have 10 concurrent samples, to 20, 30, 40, ..., all the way up to 100 concurrent samples eventually.
Any ideas?