clearly with multiple threads maybe sqlite api is going to "wait" , but with multiple processes trying to insert data at the same time I'm starting to think that can't keep up
BTW, there's no way to come around the problem of task executed multiple times if I'm trying to assign workers in the same process that fetches and execute it.... Any ideas ?