Hi I have a application, I have created a process to add existing orders to queue. How to configure a process such that it should check for new orders every 6 hours and add those new orders to Queue.Without Rescheduling it again.
Thanks in advance
You don't want to have a single process using the machine bandwidth if it's not doing anything, as no other processes could run on that machine.
Why wouldn't you just reschedule it?