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
It's not supported in asynq itself. In our internal code we split up huge batches inside the _flush implementation. I agree it would be a useful feature for asynq itself to add.
Hi,
When subclassing
asynq.BatchBase
is it possible to specify batch size?e.g. limit 1000 items per
get_multi
command, otherwise the response would be too big and will timeout sometimes.The text was updated successfully, but these errors were encountered: