Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "SMILA/Documentation/JobManager"

(Overview of components)
Line 5: Line 5:
 
The Job Manager controls the processing logic of ''asynchronous workflows'' in SMILA by regulating the Task Manager, which in turn generates tasks and decides which task should be processed by which worker and when.  
 
The Job Manager controls the processing logic of ''asynchronous workflows'' in SMILA by regulating the Task Manager, which in turn generates tasks and decides which task should be processed by which worker and when.  
  
== Overview of components ==
+
== Using the Job Manager ==
  
<span style="color:#ff0000">'''This page and all contained pages are work in progress.'''</span>
+
<span style="color:#ff0000">'''This page and all referenced pages are work in progress.'''</span>
 
----
 
----
  
*[[SMILA/Documentation/JobManagerConfiguration|JobManager configuration]]
+
*[[SMILA/Documentation/JobManagerConfiguration|Configuration]]
*[[SMILA/Documentation/DataObjectTypesAndBuckets|DataObjectTypes and Buckets]]
+
*[[SMILA/Documentation/DataObjectTypesAndBuckets|Buckets and their data types]]
*[[SMILA/Documentation/WorkerAndWorkflows|Worker and Workflows]]
+
*[[SMILA/Documentation/WorkerAndWorkflows|Workflows and workers]]
*[[SMILA/Documentation/JobDefinitions|Job Definitions]]
+
*[[SMILA/Documentation/JobDefinitions|Jobs]]
*[[SMILA/Documentation/JobRuns|Job Runs]]
+
*[[SMILA/Documentation/JobRuns|Job runs]]

Revision as of 11:18, 11 July 2011

Note.png
Available since SMILA 0.9!


Job Manager

The Job Manager controls the processing logic of asynchronous workflows in SMILA by regulating the Task Manager, which in turn generates tasks and decides which task should be processed by which worker and when.

Using the Job Manager

This page and all referenced pages are work in progress.


Back to the top