5 Commits

Author SHA1 Message Date
Eric Nemchik
97073b9235
Move crontabs to etc
Signed-off-by: Eric Nemchik <eric@nemchik.com>
2023-08-19 10:16:30 -05:00
Eric Nemchik
ba3c8a4cc7
standard cron
Signed-off-by: Eric Nemchik <eric@nemchik.com>
2023-07-30 01:11:58 -05:00
ukkopahis
4bb4f1fd43 Add random jitter
Prevent container users from causing a load-peak at a certain fixed
schedule. There are lots(^1) of reports that the official "every even
five minutes"-update schedule is unreliable and a delay helps.

It stands to reason that enough users with any one schedule can cause
the same problem.

It's also much nicer for duckdns' servers, if queries arrive
uniformly distributed instead of at certain peaks.

As a practical consideration for the known problem at or near even five
minutes, completely avoid timings 10s before them and 60s after them.

(^1) https://github.com/SensorsIot/IOTstack/issues/271
2022-05-04 13:57:45 +03:00
aptalca
4b1e602d9b update cron times, clean up scripts 2021-05-03 14:27:50 -04:00
aptalca
3fc598650e create default cron file with log to docker log 2016-10-25 20:31:03 -04:00