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

job timeout should not kill idle task

    XMLWordPrintable

Details

    • Fix
    • Status: Released (View Workflow)
    • Major
    • Resolution: Fixed
    • 1.6.4131
    • 1.8
    • Job Scheduler Binaries
    • None
    • Windows 32 bit

    Description

      From the documentation of the timeout attribute:

      Limits the duration of a task operation (spooler_open, spooler_process etc.)

      So timeout should only count for actual operations, but stop the timer after each operation has ended.

      However, if the job has an idle_timeout and the task is idle, the timeout still runs (starting from the last spooler_process() start) and kills an idle task which results in an error.

      Attachments

        Activity

          People

            fs Florian Schreiber (Inactive)
            al Andreas Liebert (Inactive)
            Victor Garcia-Beltran Victor Garcia-Beltran (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: