Batch queue tasks? #1284
Labels
Issue appropriate for: newcomers 🤩
This issue can be safely tackled by people who never worked in this project before
Issue contains: Some Python 🐍
This issue involves writing some Python code
Issue contains: Some SQL 🐘
This features require changing the SQL model
Could there be a way to queue a set of tasks at once rather than sequentially calling
defer
ordefer_async
(which performINSERT
s one at a time - ends up being quite slow)It could look like
The text was updated successfully, but these errors were encountered: