0) use nice
1) Use the root crontab and remove sudo.
2) make the script non-blocking ( nohup & , screen, tmux)
3) don't assume PATH or anything else in the environment is set.
4) wrap it in a service (/etc/inint.d/)
5) add some logging (date>>, 1>>, 2>>, echo return=$?>>, printenv>>)