https://github.com/chaoss/augur/blob/34f5644e2738c91d2f6b2a4ce81035fa201d9094/augur/tasks/init/__init__.py#L7
every time this is called, a DB connection is opened that never gets closed. This should not be happening.
This has been looked at by several maintainers several times
We need tests and stuff to confirm this
Note
Migrated from augurlabs/augur#3452
Originally opened by
@MoralCodeon 2025-12-10https://github.com/chaoss/augur/blob/34f5644e2738c91d2f6b2a4ce81035fa201d9094/augur/tasks/init/__init__.py#L7
every time this is called, a DB connection is opened that never gets closed. This should not be happening.
This has been looked at by several maintainers several times
We need tests and stuff to confirm this