Sling eventing -retry
Hi,
I am using sling internal queuing mechanism and I have set no. of retries to 5. Still, my process is failing after 1st attempt.
Any pointers on this or is there any correct way to set this parameter "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" />
Regards,
Shallu Rohilla