Bryanleongys / rc4welfarebot

Welfare at your doorstep.
0 stars 0 forks source link

Users not appearing on admin frontend after they sign up (about 20 cases) #24

Open bryanwhl opened 2 years ago

bryanwhl commented 2 years ago

We need to investigate the bug that cases the telegram bot to shut down and stop working at random for certain users. Rigorous testing edge cases testing is needed.

Bryanleongys commented 2 years ago

Possible bug is due to multi-threading while db functions run. Sqlite3 does not support multi-threading/synchronisation, thus db functions (e.g. insert_user) might not be called