I created a cron job with a loop on it that executes 10 times. I activated it and set it to run every minute. Afterwards, i realized i forgot to add a condition to the loop, so its stuck in an infinite loop and has been for 5 hours. I changed the php file but the ones that the server is already executing are stuck and i cant stop them. How do i stop cronjobs that are stuck running on the server? HELP! They are doing quite some damage! 