Some tasks are being picked up by XML in a "watch folder" and some of our tasks are scheduled. If Omniscope is processing a "watch folder" task during the time of a scheduled task, it seems to forget about the scheduled task and not process at all. Is there no queuing system in place?
When you have two running processes, the scheduler tasks and the watch folder tasks, t the two processes execute concurrently. The logs are only appended to after executing, despite the work actually running concurrently. So the work appears sequential in the logs.
In order to investigate the issue you are encountering, could you please send us the following:
The two processes, scheduled tasks and watch folder tasks, run concurrently and the logs appear sequential. There was an error with the task configuration that was causing the problem and it was not related to the concurrency of the two processes. However, error reporting in the scheduler has since been improved.