watch -n 17 -p command
Make a wrapper to run command in the background (&) if the process runtime is greater than your interval.
screen -dmS 17secondjob perl -Mthreads -e 'while(1){threads->create(sub{`run the command`})->detach();sleep 17}'