2255760e by acetousk

Update timing and minRetryTime

1 parent 6843e522
...@@ -40,7 +40,7 @@ along with this software (see the LICENSE.md file). If not, see ...@@ -40,7 +40,7 @@ along with this software (see the LICENSE.md file). If not, see
40 40
41 <!-- ========= Service Jobs --> 41 <!-- ========= Service Jobs -->
42 <moqui.service.job.ServiceJob jobName="remove_ExcessMjmlEmailResourceHistories" description="Remove any excess mjml resource histories for email templates" 42 <moqui.service.job.ServiceJob jobName="remove_ExcessMjmlEmailResourceHistories" description="Remove any excess mjml resource histories for email templates"
43 serviceName="mjml.MjmlServices.remove#ExcessMjmlEmailResourceHistories" cronExpression="0 0 * * * ?" paused="N" 43 serviceName="mjml.MjmlServices.remove#ExcessMjmlEmailResourceHistories" cronExpression="0 0 3 * * ?" paused="N" minRetryTime="1"
44 transactionTimeout="3600"/> 44 transactionTimeout="3600"/>
45 45
46 </entity-facade-xml> 46 </entity-facade-xml>
......