Hacker News new | past | comments | ask | show | jobs | submit login

General best practice is to add fuzzing to your scheduled task. So for example wrap it in a shell script that starts with `RANDSLEEP=$((RANDOM + 100)); sleep ${RANDSLEEP:1:2}`. Then it will sleep between 0 and 99 seconds. Or do 1:1 if you run the task every minute so fuzz the start by 0 to 9 seconds.



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: