Private GIT

Skip to content
Snippets Groups Projects
Commit 29f16ef8 authored by arjuan's avatar arjuan
Browse files

update README with random offset suggestion

parent f1610dd3
No related branches found
No related tags found
No related merge requests found
...@@ -19,3 +19,9 @@ You can then run the script as a cron job : ...@@ -19,3 +19,9 @@ You can then run the script as a cron job :
``` ```
*/15 * * * * python /home/user/gandi-ddns.py */15 * * * * python /home/user/gandi-ddns.py
``` ```
But to be nice to the API servers, you should choose a random offset, for example to run at 2 minutes after the hour, and then every 15 minutes :
```
2-59/15 * * * * python /home/user/gandi-ddns.py
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment