Task #724
Updated by Radek Tomiška over 5 years ago
Process items of long running task (LRT) in more threads. Requirements:
- use predefined thread pool, prevent resource exhaustion, rejection task for queue (moved to #1837)
- persist state, exceptions etc. of all LRT items.
- prevent to process item duplicitly
- persist start and end of LRT.
Design:
- implement spring batch for statefull tasks.