What's happening when you are using JobConsumer (Apache Sling 8 API) instead?org.apache.sling.event.jobs.JobUtil.processJob(Event, JobProcessor)- Use the new JobConsumer interface instead.org.apache.sling.event.EventUtil.processJob(Event, JobProcessor)Use JobUtil.processJob(Event, org.apache.sling....