Hh backfill adhoc new#755
Draft
huangh wants to merge 16 commits into
Draft
Conversation
… including rowgroups and size of files after changes. includes some scrips and runners
…on code that should probably be rehomed
8a49f67 to
8f628ac
Compare
LCOV of commit
|
huangh
commented
May 28, 2026
LCOV of commit
|
huangh
commented
May 28, 2026
| self, | ||
| config_type: ConfigType, | ||
| metadata_queue: Queue[Optional[str]], | ||
| max_workers: int = 8, |
Collaborator
Author
There was a problem hiding this comment.
max worker 8 matches cpu count now. can lower this back if we decide to shrink ingestion ecs back
huangh
commented
May 28, 2026
|
|
||
| try: | ||
| files = file_list_from_s3(bucket_name=S3_INCOMING, file_prefix=bucket_filter, max_list_size=10000) | ||
| files = file_list_from_s3(bucket_name=S3_INCOMING, file_prefix=bucket_filter, max_list_size=50000) |
Collaborator
Author
There was a problem hiding this comment.
grab more so we get >15 minutes of data each time. processing still remains under memory threshold with about 50% margin
LCOV of commit
|
…nd vehicle positions for now
LCOV of commit
|
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Asana Task: <asana_ticket_url>
What changes does this PR propose?
Describe the changes, details you want to call attention to, and any context you want to add.
How were these changes validated?
What questions should reviewers consider?