Skip to content

edge-endpoint can be configured by python-sdk#359

Open
timmarkhuff wants to merge 20 commits intomainfrom
tim/edge-accepts-config-requests
Open

edge-endpoint can be configured by python-sdk#359
timmarkhuff wants to merge 20 commits intomainfrom
tim/edge-accepts-config-requests

Conversation

@timmarkhuff
Copy link
Copy Markdown
Contributor

@timmarkhuff timmarkhuff commented Mar 20, 2026

@timmarkhuff timmarkhuff force-pushed the tim/edge-accepts-config-requests branch from 4ac4b37 to 51f7da8 Compare March 27, 2026 00:50
cp deploy/helm/groundlight-edge-endpoint/files/default-edge-config.yaml $EDGE_CONFIG_FILE
sed -i "s/detector_id: \"\"/detector_id: \"$DETECTOR_ID\"/" $EDGE_CONFIG_FILE
sed -i "s/refresh_rate: 60/refresh_rate: $REFRESH_RATE/" $EDGE_CONFIG_FILE
cat > $EDGE_CONFIG_FILE <<EOF
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We no longer have default-edge-config.yaml (since we rely on Pydantic defaults), so we need to construct a config from scratch here.

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

Successfully merging this pull request may close these issues.

1 participant