Event to run periodically?

Hi,

I want to create an event to run every 15 minutes or so to check jobs’ peak ram usage and adjust the group based on this information (a little more detailed, but this is the basis).

Is there a way to create an event script that runs at specific time intervals?

Thanks,
A

You can hook into the OnHouseCleaningCallback that occurs at regular intervals. Alternatives include using the Windows Task Scheduler or a Linux Cron job to perform repeating tasks.

Tricky part here is getting it to run on all machines at the same time. Tought of the OnHouseCleaning event too, but it’s going to be run on a single machine every interval.

Best bet is the Cron/Scheduled Tasks. At least for now. I’ll make an internal issue for it.