os-autoinst / openqa-mon

Collection of terminal monitoring utilities for openQA
12 stars 13 forks source link

[openqa-mon][improvement] Possible optimization on API calls #159

Open ilmanzo opened 3 months ago

ilmanzo commented 3 months ago

Once we have pagination in ( #157 ), would be nice to optimize by requesting a status refresh from the remotes only for the jobs actually visible, avoiding to fetch data for something that won't even be displayed. Need to coordinate/update in case of terminal resize.