Tanner Miller

Results 2 issues of Tanner Miller

In `_insert_tasks()`, we now add each task individually using `Queue.add_async()`, instead of all at once with `Queue.add()`. This allows us to insert each task only once and not have to...