-
Type: New Feature
-
Status: Resolved
-
Priority: Minor
-
Resolution: Won't Fix
-
Affects Version/s: None
-
Component/s: AI Cloud Services
-
Epic Link:
-
Tags:
-
Sprint:AI 3a - Plug and Play
Investigate on the ways to set the cron interval parameter during runtime and how to store it
check:
<extension target="org.nuxeo.ecm.core.scheduler.SchedulerService" point="schedule"> <schedule id="continuous_export_default"> <event>startContinuousExport</event> <!-- At 03:00 AM, every 7 days --> <cronExpression>0 0 3 */7 * ?</cronExpression> </schedule> </extension>
in readme