Sling eventing - Job retries failing
Hi,
I am using sling internal queuing mechanism and I have set no. of retries to 10. My process fails to retry sometimes after 2nd retry and sometimes after 5th.
Job also gets stuck in the event queue and even event node doesn't get deleted.
However when I set no. of retries to 5, it completes successfully.
Any pointers on this or is there any correct way to set this job parameter specially - "no. of retries".
My part of my xml is:
<jcr:root xmlns:sling="http://sling.apache.org/jcr/sling/1.0" xmlns:jcr="http://www.jcp.org/jcr/1.0"
jcr:primaryType="sling:OsgiConfig"
projectstatus.job.retries="{String}3" />
I am using CQ 5.6.0 and sling event admin version 3.1.4.
Regards,
Shallu Rohilla