Details
-
Feature
-
Status: Resolved (View Workflow)
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
The sync job has a new implementation. The class
com.sos.jitl.sync.JobSchedulerSynchronizeJobChainsJSAdapterClass
is the new implementation for
sos.job.JobSchedulerSynchronizeJobChain.
The class
sos.job.JobSchedulerSynchronizeJobChain
is now a wrapper for the new implemtation.
The class
sos.job.JobSchedulerSynchronizeJobChain_old
is the old implementation of sos.job.JobSchedulerSynchronizeJobChain
The parameters and their meaning are the same in both implementation.
The new implementation is much more performant. There are new features like:
-defining a context to have the option to use the same job in different job chain nodes independently (http://www.sos-berlin.com/jira/browse/JITL-79)
-showing for how many orders the node is waiting (http://www.sos-berlin.com/jira/browse/JITL-78)