Actions
Bug #22978
closedKatello Event Queue db queries need improvement
Description
KatelloEventQueue involves the following operations
1) Pick an event thats not in-progress and mark the rest of the duplicate events below it as "in progress"
2) Do the operation
3) Delete all the duplicates
In a large scale environment where over 10's of 1000s of events (with many duplicates) gets queued up in the EventQueue we need a quicker way to handle all 3
The last part seems to delete 1 event at a time instead of deleting the duplicates en masse
Actions