Skip to content
This repository has been archived by the owner on Feb 6, 2024. It is now read-only.

Consider refactoring the implementation of BatchProcedure. #213

Open
ZuLiangWang opened this issue Jul 7, 2023 · 0 comments
Open

Consider refactoring the implementation of BatchProcedure. #213

ZuLiangWang opened this issue Jul 7, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@ZuLiangWang
Copy link
Contributor

Description
At present, BatchProcedure controls the number of single-batch executions through ProcedureExecutingBatchSize, but this quantity control is implemented in Scheduler instead of BatchProcedure. 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

@ZuLiangWang ZuLiangWang added the enhancement New feature or request label Jul 7, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant