Uploaded image for project: 'Nuxeo AI Core'
  1. Nuxeo AI Core
  2. AICORE-378

Parametrize the cron schedule

    XMLWordPrintable

    Details

    • Type: New Feature
    • Status: Resolved
    • Priority: Minor
    • Resolution: Won't Fix
    • Affects Version/s: None
    • Fix Version/s: 2.4.5, 3.0.0
    • Component/s: AI Cloud Services

      Description

      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

        Attachments

          Activity

            People

            • Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: