I have a map/reduce running to generate some orders from custom queue rec. Sometimes, these orders generate new queue recs that I want to go back and process as well. I was trying to have the end of my M/R task a schedule script which would in turn re-task my M/R. However I just got the error that it's still running. Any better ideas on how to re-task my M/R?