Koed00 / django-q

A multiprocessing distributed task queue for Django
https://django-q.readthedocs.org
MIT License
1.8k stars 274 forks source link

async_iter() | Iter() does not save jobs to datavase #724

Open sokolx1 opened 1 year ago

sokolx1 commented 1 year ago

Wasted a lot of time to figure out the fact, that bulk queue insertions DO NOT save anything to database, including failed jobs and errors. You could've at least documented that