Actions
Defect #1033
closedScheduling synchronization - prevent to start another long running task
Start date:
01/04/2018
Due date:
% Done:
100%
Estimated time:
8.00 h
Affected versions:
Owner:
Description
When synchronization starts by scheduler, then event is published only and scheduled task ends. Synchronization is executed in another long running task (another thread), but tasks which are configured as dependent on scheduled synchronization task starts immediately, after scheduled task ends => dependent tasks are started before synchronization ends.
Try to merge scheduled task and synchronization service together to prevent starting different long running task internally.
Related issues
Actions