Hello, I'm having issues with jobs that bever result as finished and EventJobManagerImpl.enhanceContent thus never ends waiting.
I think it would be good to have a timeout in EventJobManagerImpl for it to stop waiting for jobs after a while (and kiling the job if possible). I'm not yet sure about the reason for my Job never resulting as finished, but a potential cause I think is the exception handling in EnhancementJobHanlder: EnigneExceptions are caught and cause the job to be marked as failed, while other exceptions don't result in the job being marked as failed. Any thoughts or experiences on failing jobs? Cheers, Reto
