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:
parent
af2ec7c6cd
commit
a0c7caf032
@ -12,7 +12,7 @@
|
||||
pull: yes
|
||||
env:
|
||||
TZ: America/Chicago
|
||||
SCHEDULE: "*/30 * * * *"
|
||||
SCHEDULE: "*/5 * * * *"
|
||||
LOG_LEVEL: "info"
|
||||
LOG_JSON: "false"
|
||||
DDNSR53_CREDENTIALS_ACCESSKEYID: !vault |
|
||||
|
Loading…
Reference in New Issue
Block a user