diff options
| author | 2023-08-02 19:25:42 +0200 | |
|---|---|---|
| committer | 2023-08-02 19:25:42 +0200 | |
| commit | 7cf6c0462e562e6cef6c9b03db908e4604a6ba9b (patch) | |
| tree | 75b27b6e8f66e84f8f491d631a61f5a1f619f7c9 /docs/meeting_notes/2022-11-02.md | |
| parent | Add meeting notes for next week (diff) | |
Import meeting notes from notion
Diffstat (limited to 'docs/meeting_notes/2022-11-02.md')
| -rw-r--r-- | docs/meeting_notes/2022-11-02.md | 18 | 
1 files changed, 18 insertions, 0 deletions
| diff --git a/docs/meeting_notes/2022-11-02.md b/docs/meeting_notes/2022-11-02.md new file mode 100644 index 0000000..2a5ee93 --- /dev/null +++ b/docs/meeting_notes/2022-11-02.md @@ -0,0 +1,18 @@ +# DevOps Meeting Notes + +*Migrated from Notion*. + +## Agenda + +### Hanging behaviour of ModMail + +- [Source](https://discord.com/channels/267624335836053506/675756741417369640/1036720683067134052) +- Maybe use [Signals + a debugger](https://stackoverflow.com/a/25329467)? +- ... using [something like pdb for the +  debugger](https://wiki.python.org/moin/PythonDebuggingTools)? +- Or [GDB, as it seems handy to poke at stuck multi-threaded python +  software](https://wiki.python.org/moin/DebuggingWithGdb)? + +- ModMail has been upgraded to version 4 + +<!-- vim: set textwidth=80 sw=2 ts=2: --> | 
