Hi Everyone,
I am facing an issue releated to job executor where it is continously looking for a job which is already executed and all the other jobs which are ready to be executed is stucked. When I enabled job executor logs in debug mode then find out continuous logs with error message “ENGINE-14001 Acquired job with id ‘9284eff0-32e5-11ef-9f4e-8ef52e3a2bb7’ not found” and when i am checking with job id in history table ACT_HI_JOB_LOG then executed job data is available but not present in ACT_RU_JOB. I am currenlty using camunda 7.21.0-alpha2 in springboot application with JDK 21.0.2. I am using default job executor configuration and the microservice is deployed in a clustered environment.