Hello,
We have 2 apps which are mostly used by users daily in this interval 08:00AM -- 17:00PM .
We want to schedule some processes to run outside this interval every 5min, 10 min, 30min as we choose.
Example: Everyday starting 17:30PM the process A will run every 5 minutes until next day on 07:30AM.
Has anyone done this?
Thank you.
Scheduler - improvements wishlist
Scheduler - improvements wishlist
AwareIM , 8.8, 9.0 - MariaDB, Windows Server 2012,2019, 2022 Standard
-
- Posts: 7572
- Joined: Sun Apr 24, 2005 12:36 am
- Contact:
Re: Scheduler - improvements wishlist
You can easily schedule a process to run every 5 min and then the process itself could check if it is within the specified interval and if not, do nothing.
Aware IM Support Team