Will cron run a job that is currently running?
Say you had a cron job that ran every hour and one time the job was not completed when the next hour came around. Is it the responsibility of the job being run to make sure only one instance is running or does cron handle this?