Skip to content
  • Denis Laxalde's avatar
    [pyramid] Call repository's shutdown method atexit · 1a1d2f5faddb
    Denis Laxalde authored
    This way when run through a WSGI server (pserve, gunicorn, etc.) we make sure
    that the repository is properly shut down. In particular, this would wait for
    threads to terminate (otherwise, they'll be killed).
    1a1d2f5faddb