ausocean/cloud

Bench: Update CheckBroadcast Cron defaults

Open

#668 opened on Dec 1, 2025

 (2 comments) (0 reactions) (0 assignees)Go (3 forks)auto 404
good first issue

Repository metrics

Stars
 (1 star)
PR merge metrics
 (PR metrics pending)

Description

When we create a broadcast, a checkbroadcast cron is automatically created to poll the oceanTV service. The default for the cron is now set to https://tv.cloudblue.org. However, the cron lit element (cmd/oceanbench/ts/cron-settings.ts) still uses the old value of oceantv.appspot.tv.

Whilst this still it works, it means that the cron element does not detect that the production cron has been selected, and displays "other" indicating that a non-standard endpoint is being used.

Contributor guide