ppisar / pungi

Forked from pungi 2 years ago
Clone

d2f392f Use dogpile.cache to cache the listTaggedRPMS calls if possible

10 files Authored by jkaluza 5 years ago, Committed by lsedlar 5 years ago,
    Use dogpile.cache to cache the listTaggedRPMS calls if possible
    
    If the same tag is queried with the same event, Pungi can cache the
    response and call the API again. Particularly for small composes this
    can save up significant amount of time.
    
    Merges: https://pagure.io/pungi/pull-request/1022
    Signed-off-by: Jan Kaluza <jkaluza@redhat.com>
    
        
file modified
+26 -0
file modified
+2 -1
file modified
+2 -0
file modified
+6 -0
file modified
+11 -0
file modified
+1 -0
file modified
+1 -0
file modified
+47 -0