Configuring task schedule

There are two types of tasks in QueueMonitor. Some tasks are permanently running, and watch a queue for new message or a folder for new file. These tasks don’t need schedule. For other type of tasks you have to specify when exactly they should be executed.

Periodic

Execute task on periodic intervals. For instance every 5 seconds, every 2 hours, etc.

Daily

Execute task at specific time each day. Example: every day at 02:00.

Weekly

Execute task at specific time of day, but choose on which weekdays. Example: 02:00 every Monday and Friday.

Monthly

Execute task once per month, at specific time and on specific day of month. Example: execute task on first day of month at 02:00.