diff --git a/cron/worker/main.go b/cron/worker/main.go index 264064183af..e1b63db222c 100644 --- a/cron/worker/main.go +++ b/cron/worker/main.go @@ -162,6 +162,8 @@ func startMetricsExporter() (monitoring.Exporter, error) { func main() { ctx := context.Background() + flag.Parse() + subscriptionURL, err := config.GetRequestSubscriptionURL() if err != nil { panic(err)