deltachat / mailadm

mail account administration tool for temporary and other account creation/modification
https://mailadm.readthedocs.io/
Mozilla Public License 2.0
14 stars 1 forks source link

Performance: don't do network requests while database connection is open #125

Open missytake opened 1 year ago

missytake commented 1 year ago

In https://github.com/deltachat/sysadmin/issues/43, we ran into concurrency issues with 4 separate gunicorn workers. This would be much less likely if we didn't do network requests while we leave the database connection open.