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
Updated by Radek Tomiška almost 7 years ago
- Due date set to 01/04/2018
- Start date changed from 03/16/2018 to 01/04/2018
- Follows Feature #887: Synchronization won't start after restart IdM added
Updated by Radek Tomiška almost 7 years ago
- Follows deleted (Feature #887: Synchronization won't start after restart IdM)
Updated by Radek Tomiška almost 7 years ago
- Precedes Feature #887: Synchronization won't start after restart IdM added
Updated by Radek Tomiška over 6 years ago
- Assignee changed from Radek Tomiška to Vít Švanda
- Target version set to Lapis (8.2.0)
Updated by Vít Švanda over 6 years ago
- Status changed from New to Needs feedback
- Assignee changed from Vít Švanda to Radek Tomiška
- % Done changed from 0 to 90
Was solved by the #1121. Synchronization service is no longer LRT.
Updated by Radek Tomiška over 6 years ago
- Status changed from Needs feedback to Closed
- Assignee changed from Radek Tomiška to Vít Švanda
- % Done changed from 90 to 100
It works, it's awesome, thx!
Actions