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

The .NET sample get 429 too many requests error when adding more than 1000 vertices without debug mode. With debug mode, total successful documents number is correct. #6

Open
amycai-arcadis opened this issue Dec 26, 2022 · 0 comments

Comments

@amycai-arcadis
Copy link

Please provide us with the following information:

This issue is for a: (mark with an x)

- [ x] bug report -> please search issues before submitting
- [x ] feature request
- [ ] documentation issue or request
- [ ] regression (a behavior that used to work and stopped in a new release)

Minimal steps to reproduce

  1. Add 2000 vertices in the gremlinElements list, all elements are added
  2. .Execute BulkImportAsync function with debug mode, all elements are added successfully
  3. Execute BulkImportAsync function without debug mode, only about 1300 are added successfully

Any log messages were given by the failure

Console log bulkOperationResponse.Failures, give 429 errors in the failures.

Expected/desired behavior

When executing the BulkImportAsync function without debug mode, all elements should be added successfully

Versions

0.02

Mention any other details that might be useful


Thanks! We'll be in touch soon.

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

1 participant