Update timing and minRetryTime
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -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> | ... | ... |
-
Please register or sign in to post a comment