Good morning everyone. When I try to run a map reduce via N/task, and it's already running, I get an error saying that map reduce is already running. I know I can check status on the same user event by using the id of the task I created. How would I check the status for that M/R for other users who trigger it while the first one is still running, and how would I suppress the error and give something more user friendly to let them know it'll still process when the current one completes and not give them a scary error screen?