petervandivier / PsAdxArchiver

Generic exporter from Azure Data Explorer to an external table in Azure blob storage.
MIT License
1 stars 0 forks source link

Parallelise waiters #1

Closed petervandivier closed 1 year ago

petervandivier commented 1 year ago

Previously the waiters were serial, now we await them in parallel. This doesn't actually speed up execution at all (since we still wait on the slowest member of the batch to proceed).