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

rework thread control #62

Closed missytake closed 1 year ago

missytake commented 1 year ago

We realized that the watcher thread causes high CPU usage, as it doesn't have a sleep statement. Then we realized that a try/finally clause would be much easier to kill the process if any thread dies.

missytake commented 1 year ago

The tests all passed locally, except tests/test_bot.py::TestSupportGroup::test_support_group_relaying. Let's wait for #63.