You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do we need both concurrency and chunk_size? I'd rather simplify the code and process chunks sequentially unless there's a reason for having smaller chunks. Currently we're going to be processing chunk_size * concurrency messages simultaneously.
The text was updated successfully, but these errors were encountered:
Comment from @jerith on #723:
Do we need both
concurrency
andchunk_size
? I'd rather simplify the code and process chunks sequentially unless there's a reason for having smaller chunks. Currently we're going to be processingchunk_size * concurrency
messages simultaneously.The text was updated successfully, but these errors were encountered: