Hi there,
Want to know if we can use the number of executions in an active job to monitor if this has been retried x number of times?
So a bit of background - I have a job that if it fails will retry 2 times. I want to be able to send an email after the second failure (if there is one). I have found in the active jobs there's a number of executions. How is this count stored? If I use a retry will this count increase as expected? (There's nothing I can find on documentation about it.)
Thanks