Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes Failing test: Jest Integration Tests.x-pack/platform/plugins/sh…
…ared/task_manager/server/integration_tests - unrecognized task types should be no workload aggregator errors when there are removed task types (#210399) Resolves #208459 ## Summary The fix added in this [PR](#206598) to call the `mark_removed_tasks_as_unrecognized` tasks sometimes throws an error if the task is in the middle of running. This PR adds a try/catch and a retry to the `runSoon` call. --------- Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
- Loading branch information