[ResponseOps][Task Manager] unrecognized tasks are not updated when mget task claimer is used #192686
Labels
bug
Fixes for quality problems that affect the customer experience
Feature:Task Manager
Team:ResponseOps
Label for the ResponseOps team (formerly the Cases and Alerting teams)
As part of the recent changes to
x-pack/plugins/task_manager/server/task_claimers/strategy_mget.ts
, we removed the code that marks tasks withremovedTypes
toUnrecognized
.You can see that code in a previous version of the module:
kibana/x-pack/plugins/task_manager/server/task_claimers/strategy_mget.ts
Lines 261 to 290 in 9653d7e
Current thinking is that task manager should have a recurring task running, that can perform these updates. Task Manager's first recurring background task? \o/
These updates are not critical, they are more cleanliness, so we don't need to put the system through a lot of stress, often. Maybe once an hour, do a few thousand?
In theory we won't have version/OCC issues here, as TM will not be otherwise claiming these tasks.
Definition of Done
removedTypes
convert toUnrecognized
The text was updated successfully, but these errors were encountered: