querying a task probably doesn't need to lock the database (if locking is even something I can do with sqlite3). But writing to the database and deleting it should be.
Once I'm threadsafe, flask should be set to have threaded=True (which is the default, so just remove the threaded=False)
querying a task probably doesn't need to lock the database (if locking is even something I can do with sqlite3). But writing to the database and deleting it should be.
Once I'm threadsafe, flask should be set to have threaded=True (which is the default, so just remove the threaded=False)