This repository has been archived by the owner on Feb 6, 2024. It is now read-only.
Consider refactoring the implementation of BatchProcedure. #213
Labels
enhancement
New feature or request
Description
At present,
BatchProcedure
controls the number of single-batch executions throughProcedureExecutingBatchSize
, but this quantity control is implemented inScheduler
instead ofBatchProcedure
. We may need to divide a single batch of Procedures into multiple batches of batch execution in a manner similar to flow control.Proposal
Refactor
BatchProcedure
to internally batch execution.Additional context
The text was updated successfully, but these errors were encountered: