emews / EQ-SQL

1 stars 0 forks source link

Batch Retrieve From Input Queue #41

Open ncollier opened 7 months ago

ncollier commented 7 months ago

With 10Ks of tasks, individually grabbing results can be slow. Check as_completed implementation and see if the query returns a single row, or multiple. If not, then allow for at least as_completed n argument to be retrieved.