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
We are currently using a fixed max batch size due to how we've written the worker with tokio::join but perhaps we can use a future's join using a mapped array?
The text was updated successfully, but these errors were encountered:
We are currently using a fixed max batch size due to how we've written the worker with
tokio::join
but perhaps we can use a future's join using a mapped array?The text was updated successfully, but these errors were encountered: