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

Description
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.