PnX-SI / GeoNature

Application de saisie et de synthèse des observations faune et flore
GNU General Public License v3.0
100 stars 102 forks source link

[CELERY] fix/sqla session closing #3062

Closed jacquesfize closed 4 months ago

jacquesfize commented 4 months ago

This PR aims to fix issue with closing SQLAlchemy session started by flask-sqlalchemy+celery. Check issue #3050 for more details.

This PR was co-authored with @TheoLechemia.

closes #3050