sclark / pagure

Forked from pagure 6 years ago
Clone

d1cbf9d Open a session to the DB for every message received and close it afterward

Authored and Committed by pingou 7 years ago
    Open a session to the DB for every message received and close it afterward
    
    This ensure the data isn't cached and that updating the settings of
    a project will be reflected in this service (thus if one updates the
    URL, the service will be updated).
    
    Fixes https://pagure.io/pagure/issue/1248