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.
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
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.