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.