Firing a subset recalc from a signal

I need a way to recalculate a subset at a specific time of the day, as I have a bookings page that shows teams meetings customers can join through netcall. The issue is subsets are recalculated every 5 minutes when set to high.

This means that if the following subset is recalculated @ 9:28, the user wont see the meeting until its recalculated @ 9:33.

I’d like to recalc the subset at @ 9:29, 9:30 and 12:29,12:30 and 13:29, 13:30 and 16:29 and 16:30 to ensure the booking is listed when it should.

As the page refreshes every 60 seconds this should do the trick.

Is there a way of firing a subset recalc from a signal…or a better way of doing this?

Thanks
JonathanFS

Hi Jonathan,

If you look at the Scripts page in System and click on Review Subset Members
image
You’ll see the frequenecies at which Subset Reviews Defaultly Run, this is not relative to creation but rather the interval of the hour set here.

image

Could you let me know if you are still experiencing an issue or if you have managed to resolve it in some way.

Many Thanks

Adam

I resolved this by changing the subset current time start/end by 5 minutes. so I check >= 09:25, and not >= 09:30.

This means that when it recalc subset at at say 9:25+ (every 60 seconds) it shows the video as I want.

Thanks for the information, I could have fixed this by adding another schedule item for say 29 minutes past the hour.