Job Scheduler

repeat doesn't work for orders when the next day starts

Details

  • Type: Bug Bug
  • Status: Closed Closed
  • Priority: Critical Critical
  • Resolution: Fixed
  • Affects Version/s: 1.3.3
  • Fix Version/s: 1.3.4
  • Component/s: Job Scheduler Binaries
  • Description:
    Hide

    <?xml version="1.0" encoding="UTF-8"?>
    <order>
    <run_time>
    <period repeat="00:03"/>
    </run_time>
    </order>

    runs until the end of the day but is never repeated on the next day. The order is removed from the job chain.
    The same run time works fine for jobs.

    Show
    <?xml version="1.0" encoding="UTF-8"?> <order> <run_time> <period repeat="00:03"/> </run_time> </order> runs until the end of the day but is never repeated on the next day. The order is removed from the job chain. The same run time works fine for jobs.

Activity

There are no comments yet on this issue.

People

Dates

  • Created:
    18 January 2008 13:29
    Updated:
    26 August 2008 10:34
    Resolved:
    30 January 2008 15:42