Project

General

Profile

action #128399

Updated by okurz about 1 year ago

[bot-ng] Scheduler uses metadata from previous day 

 ## Motivation 
 The bot-ng Bot-ng scheduler could use latest metadata. 
 If it's a big problem to do, then we can just wait, 
 but it would be nice to don't have this delay, especially for Incidents. 
 ``` 
 $ rpm --query qam-metadata-openqabot 
 qam-metadata-openqabot-20230427-qam.1.1.noarch 
 ``` 

 ## Acceptance criteria 
 * **AC1:** qam-metadata-openqabot is synchronously provided "quick enough" based on consumer requirements 

 ## Suggestions 
 * Crosscheck with dzedro about requirements. Do we actually need to have it quicker or just "it would be nice"? 
 * Check the current trigger: If it's time-based consider using event-based triggering and ensure the metadata is packaged and provided in a quicker way 
 * Consider switching to using the git metadata version directly (in an efficient way) unless we strongly rely on package based features

Back