Hi,The Scheduler API Scheduler (Apache Sling 7 API) has certain methods that might help, see fireJobAt method. Since FireJobAt is deprecated, we can use schedule(Object, ScheduleOptions) instead. Please see an example of fireJobAt here: CQ Scheduling Basics - Blog - 6D Global