Would you please explain when this task scheduling error will happen?
MaxInternalRetryCountReached - The specified task has reached maximum internal retry count MSDN link here.
The background is that I see this error sometimes, for jobs with tasks whose RetryCount = 1. When this error is seen, the retry count is 1 (which means it was retried). However the task returned Exit Code of 0 and it appeared to have done its job successfully.
Thanks!