Hi goodtimes: expand nearest-pointing window from 7 to 9#1
Closed
Copilot wants to merge 2 commits into
Closed
Conversation
Agent-Logs-Url: https://github.com/tmplummer/sds-data-manager/sessions/fda2fba9-8a72-4bd9-bf19-ed26d5ae68f5 Co-authored-by: tmplummer <16110870+tmplummer@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update goodtimes algorithm to use nearest 9 pointings
Hi goodtimes: expand nearest-pointing window from 7 to 9
May 20, 2026
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.
This updates Hi goodtimes repoint selection to use the current repoint plus nearest 8 pointings (9 total), as requested. The change is centralized at the existing global configuration point so both dependency expansion and trigger fan-out follow the new window size.
Scope
HI_GOODTIMES_NUM_NEAREST_REPOINTSfrom7to9in:sds_data_manager/lambda_code/SDSCode/pipeline_lambdas/dependency.pyBehavior impact
get_hi_goodtimes_target_repoints()now returns the larger[T-N+1, T+N-1]range withN=9.batch_starter.pyalready delegates to that helper, so submission fan-out automatically uses the new value.dependency.pyalready reads the same constant, so nearest-file selection and gating behavior are updated consistently.Regression guard
tests/lambda_endpoints/test_dependency_api.py