Scheduled jobs

Episerver Scheduled jobs - Make it fail!

If you write code that is likely to fail, it is good practice to wrap that section of code in a try-catch-clause and handle the exception. For scheduled jobs, it's the opposite! If something fails, be sure to throw that exception!

Scheduled jobs SQL