I'm assuming this would deliver the ability to run this task every x mins between a couple of times every day (eg, every hour between 6am and 6pm)
I definitely have seen business needs for this, and ended up developing what I'd consider a hack to do the job, and am considering building and add on scheduler to do the same.
So, you'd have to get Butler up running (runs in Docker, as a Windows server, on Linux, Mac OS... Then add a cron style entry and a reload task ID. While cron syntax might not be the easiest to understand, it's incredibly flexible and has proven itself over decades in the Linux world.
Your examples would look like this:
example1: Run a reload task between 08:00 and 18:00 each hour, everyday 0 8-18 * * *
example2: Run a reload task between 08:00 and 18:00 every 30 minutes from Monday till Friday */30 8-18 * * 1-5
A sample scheduler file is available in the GitHub repo.
Hi @Pheaxx it's now time to let you and others know that this feature will be delivered as part of the February 2022 release. We've had it on the roadmap for a while but now we've been able to add it. It is actually already added to the release we are testing with, which is why I'm very confident that this will be added as part of our next Major Release in February 2022.