0 Issue with Rock Cleanup 1 Chris Rea posted 8 Years Ago I am running into an issue with my Rock Cleanup job. It maxes out the DTU's on my DBaaS in Azure for about 40 seconds before running into the following exceptionat System.Data.Entity.Core.EntityClient.EntityTransaction.Commit() at Rock.Jobs.RockCleanup.PurgeExceptionLog(JobDataMap dataMap) at Rock.Jobs.RockCleanup.Execute(IJobExecutionContext context)Based on what I can tell, that's a connectivity issue with my DBaaS. I do run my web server in a different location, but it worked fine until about 3 months ago. I didn't notice until now.Other than that I have experience no issue with the servers talking to each other. I'm working on setting up a vpn tunnel right now. Is there anything else I should try?