Open Obihoernchen opened 6 years ago
Right now multi-threading does not work reliable because the page reload after setting a new task state does not update the content. fixed by https://github.com/Obihoernchen/ChaosWG-Manager/commit/0fb35ae5509482144b18769097dae064e82d0b84
But still sqlite is not multi thread compatible unless you use for instance peewee's SqliteQueueDatabase.
Therefore, for now we need to use only 1 thread. But it's not an application with concurrent users so it probably does not really matter.
0fb35ae fixed the task set issue
Right now multi-threading does not work reliable because the page reload after setting a new task state does not update the content.fixed by https://github.com/Obihoernchen/ChaosWG-Manager/commit/0fb35ae5509482144b18769097dae064e82d0b84But still sqlite is not multi thread compatible unless you use for instance peewee's SqliteQueueDatabase.
Therefore, for now we need to use only 1 thread. But it's not an application with concurrent users so it probably does not really matter.