Skip to content
This repository has been archived by the owner on Dec 5, 2023. It is now read-only.

Commit

Permalink
Change refresh interval to 1200 (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
banker authored Jun 16, 2023
1 parent 86b78f5 commit cacb631
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion start_cloud_exporter.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

FETCH_INTERVAL="${REDIS_CLOUD_API_FETCH_INTERVAL:=20000}"
FETCH_INTERVAL="${REDIS_CLOUD_API_FETCH_INTERVAL:=1200}"

if [ "${REDIS_CLOUD_API_ACCOUNT_KEY}X" == "X" ]; then
exec python3 /cloud-api-exporter/app.py -e ${REDIS_CLOUD_PRIVATE_ENDPOINT}
Expand Down

0 comments on commit cacb631

Please sign in to comment.