Adjust testnet2 funding frequency (#849)

trevor/deploy-relayer-funder-multi-context
Asa Oines 2 years ago committed by GitHub
parent c34e6193df
commit 766b8ac723
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      typescript/infra/config/environments/testnet2/funding.ts

@ -7,7 +7,7 @@ export const relayerFunderConfig: RelayerFunderConfig = {
repo: 'gcr.io/abacus-labs-dev/abacus-monorepo', repo: 'gcr.io/abacus-labs-dev/abacus-monorepo',
tag: 'sha-d24eaa4', tag: 'sha-d24eaa4',
}, },
cronSchedule: '*/10 * * * *', // Every 10 minutes cronSchedule: '45 * * * *', // Every hour at the 45 minute mark
namespace: environment, namespace: environment,
prometheusPushGateway: prometheusPushGateway:
'http://prometheus-pushgateway.monitoring.svc.cluster.local:9091', 'http://prometheus-pushgateway.monitoring.svc.cluster.local:9091',

Loading…
Cancel
Save