Details
-
Fix
-
Status: Released (View Workflow)
-
Major
-
Resolution: Fixed
-
1.6.4131
Description
JobScheduler allows to change attribute max_processes of a process_class via the API. In this way it is possible to prevent more tasks of a job by setting max_processes=0.
But it is not possible to start tasks for those jobs by setting back max_processes to a value > 0. In this case the changed configuration of the process_class has no effect.