jkaluza / odcs

Forked from odcs 6 years ago
Clone

1fe36d7 Commit the session at the end of ODCS jobs to ensure there is no idle transaction.

Authored and Committed by jkaluza 5 years ago
    Commit the session at the end of ODCS jobs to ensure there is no idle transaction.
    
    The idle transaction holds the PostgreSQL database lock and blocks the database
    migration to happen, because database migration needs exclusive lock on table.