Grouped monitor

I would like more control over the scheduling of monitor to help avoid getting flagged by Datadome for refreshes with short interval. I have a website where I want to monitor a couple pages(say 5). I tried set a reasonable interval like 60 seconds and start monitor one after the other and manually creating the interval by waiting for 10 seconds between start. However, it seems like as time goes by the interval I added won’t stick likely due to some internal working. One way I can think of to solve this is to “group” monitors and round-robin the monitor with some interval. Is that something you might be able to do?

from what i understand, the need is to make sure that one check happens at a time and there should be a gap between each check for all monitors from a website.

this can be achieved at a watchlist level by using the following method:

  1. set the maximum number of concurrent workers to 1 limiting the extension to check at most one monitor at a time. click the cog icon in bottom left corner in the watchlist to go to "settings > advanced’ to change it:

  2. optionally, increase “wait for duration” for each monitor to a higher value. this will indirectly ensure that there a minimum gap of those many seconds between each check.