-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
HC-470: Batch bulk API in grq2 (#61)
* splitting the data into 100mb chunks increased bulk_request_timeout default to 15 seconds * increased buffer size * moved bulk_limit to configuration lowered bulk_limit default to 50mb lowered request timeout to 10 seconds (default for ES) * increased bulk limit to 100mb * fixed the missing log INFO issue add addtl logging after we chunk the data to index to ES * removed comment * move import logging to if statement * removed indent in get_continents() * additional logging --------- Co-authored-by: dustinlo <dustin.k.lo@jpl.nasa.gov>
- Loading branch information
Showing
5 changed files
with
70 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters