Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BulkRecordHook chunkSize/parallel maximum #1001

Open
syshinnn opened this issue Dec 26, 2023 · 1 comment
Open

BulkRecordHook chunkSize/parallel maximum #1001

syshinnn opened this issue Dec 26, 2023 · 1 comment

Comments

@syshinnn
Copy link
Contributor

It would be nice if chunkSize and parallel in Flexible Options told me if there was a maximum. I am left wondering that after reading the descriptions.

@ashleygmulligan2
Copy link
Contributor

The max chunkSize is likely going to depend on how wide your schema is. There is no max to parallel, but if you set it to more than 10 then (for example) the 11th job is going to wait in a queue for one of the others to finish.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants