Skip to content
This repository was archived by the owner on Nov 9, 2022. It is now read-only.
This repository was archived by the owner on Nov 9, 2022. It is now read-only.

Scheduled Tasks created through Roxy are not triggering #723

@bhandaru

Description

@bhandaru

I have created a scheduled task using the following configuration and it does not trigger the job.

      <scheduled-task>
        <task-path>/load/indeed/load-indeed-data.xqy</task-path>
        <task-root>/Users/xxxxx/home/projects/xxxxx/src/xxxxx/marklogic/src</task-root>
        <task-type>minutely</task-type>
        <task-period>3</task-period>
        <task-days></task-days>
        <task-database name="${content-db}"/>
        <task-modules name="${app-modules-db}"/>
        <task-user name="admin"/>
        <task-host name="xxxxxx.local.net"/>
      </scheduled-task>

A scheduled task created from the admin console using the same parameters triggers as expected.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions