Thanks guys.
My case might be similar to Carol's and puneetrai's.
I hava a scheduled loading of work queue items and a sceduled process consuming these work queue items until they are all marked in the morning, say, at 9am.
Besides, during work hours such as between 10am and 5pm, there would be some random loading of work queue items.
In order to handle these random work queue items, I think a process should be scheduled cyclically, for example, per 30 minutes/1 hour.
Is there any better way to handle this case?
Regards,