Uploaded image for project: 'JS - JobScheduler'
  1. JS - JobScheduler
  2. JS-1040

If you switch the orders_recoverable attribute of a job chain then databse should be updated immediatly

    XMLWordPrintable

Details

    Description

      If you switch the orders_recoverable attribute from "yes" to "no" then the order records in SCHEDULER_ORDERS should be deleted.
      If you switch the orders_recoverable attribute from "no" to "yes" then the order records in SCHEDULER_ORDERS should be created/updated.

      The update of the database is made when the JobScheduler terminates normal but not if the JobScheduler is aborted.

      1. Example with an incorrect behaviour:

      • Suspend an order where orders_recoverable="yes"
      • Switch orders_recoverable attribute from "yes" to "no"
      • Resume the order
      • Abort and restart the JobScheduler

      Then the resumed order is suspended again.

      2. Example with an incorrect behaviour:

      • Suspend an order where orders_recoverable="no"
      • Switch orders_recoverable attribute from "no" to "yes"
      • Abort and restart the JobScheduler

      Then the suspended order is resumed.

      Attachments

        Activity

          People

            oh Oliver Haufe
            oh Oliver Haufe
            Oliver Haufe Oliver Haufe
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: