Wrench down ddns-route53 update times

Since it skips all external queries if the IP hasn't changed, we can make this much tighter. The only bound is local compute power, and there's plenty of that for something this tiny.
This commit is contained in:
Salt 2022-04-01 15:08:44 -05:00
parent af2ec7c6cd
commit a0c7caf032

View File

@ -12,7 +12,7 @@
pull: yes
env:
TZ: America/Chicago
SCHEDULE: "*/30 * * * *"
SCHEDULE: "*/5 * * * *"
LOG_LEVEL: "info"
LOG_JSON: "false"
DDNSR53_CREDENTIALS_ACCESSKEYID: !vault |