Description
PriorityPropagationTaskExecutor internally uses a CompletionService instance to run non-priority propagation tasks in parallel.
Such CompletionService is baked by a ThreadPoolTaskExecutor which might reject tasks, depending on the allocated resources.
In such cases the rejected propagation tasks are not stored, regardless of the settings.