Project

General

Profile

Feature #1317

Updated by Radek Tomiška over 5 years ago

Tasks: 
 - ProvisioningQueueTaskExecutor 
 - RetryProvisioningTaskExecutor 

 are configured by LRT => they are executed every 5 minutes by default and log of processed LRT is full with this system tasks. Add LRT category (or flag) Schedule tasks internally (by @Scheduled annotation) and add this tasks to system category, which can be not filtered configuration properties: 
 - enable - enabled by default. default 
 - fixedDelay - 1 minute by default

Back