From 766b8ac72348e9857f1ffd8c13c06f9740945096 Mon Sep 17 00:00:00 2001 From: Asa Oines Date: Tue, 2 Aug 2022 13:47:08 -0400 Subject: [PATCH] Adjust testnet2 funding frequency (#849) --- typescript/infra/config/environments/testnet2/funding.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typescript/infra/config/environments/testnet2/funding.ts b/typescript/infra/config/environments/testnet2/funding.ts index 5e3200685..ab8723670 100644 --- a/typescript/infra/config/environments/testnet2/funding.ts +++ b/typescript/infra/config/environments/testnet2/funding.ts @@ -7,7 +7,7 @@ export const relayerFunderConfig: RelayerFunderConfig = { repo: 'gcr.io/abacus-labs-dev/abacus-monorepo', tag: 'sha-d24eaa4', }, - cronSchedule: '*/10 * * * *', // Every 10 minutes + cronSchedule: '45 * * * *', // Every hour at the 45 minute mark namespace: environment, prometheusPushGateway: 'http://prometheus-pushgateway.monitoring.svc.cluster.local:9091',