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

idletimeout=0 should create a new task for each job start.

    XMLWordPrintable

Details

    Description

      Current Situation

      When a job has the attribute idletime=0 and there is one running order and one order waiting for task then the second order will run in the same task as the first order.

      Desired Behavior

      When a job has the attribute idletime=0 and there is one running order and one order waiting for task then the second order should run in a new task. For each order a new task should be created.

      Maintainer Notes

      This issue is dismissed as the intended behavior with idle_timeout="0" is different:

      • The task will be re-used after execution of the current order should any additional order be waiting in front of the current job node.
      • The task will be terminated should no additional orders be waiting for the current job node.

      Attachments

        Activity

          People

            jz Joacim Zschimmer
            ur Uwe Risse (Inactive)
            Uwe Risse Uwe Risse (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: