In SImA its possible to automatically initiate Batch Analysis jobs on imported datasets. By default, the SImA default Batch Analysis queue will be used to execute the jobs, but this is configurable.
The DEFAULT_QUEUE
variable defines which Batch Analysis queue will be used to execute the job. To override the default value, use the appropriate workflow detail below:
SImA 1.1 or below:
Modify the DEFAULT_QUEUE
variable found in the default.env
file (found in the SImA installation directory):
DEFAULT_QUEUE=<queue_name>
For example, either one of the pre-defined Batch Analysis job queues could be used:
DEFAULT_QUEUE=SImA default
or DEFAULT_QUEUE=SImA quick
The SImA stack must be redeployed for the changes to take effect.
SImA 1.2 or above:
Add a line to the custom.env
file (found in the SImA installation directory) which defines the desired DEFAULT_QUEUE
, like this:
DEFAULT_QUEUE=<queue_name>
For example, either one of the pre-defined job queues could be used:
DEFAULT_QUEUE=SImA default
or DEFAULT_QUEUE=SImA quick
The SImA stack must be redeployed for the changes to take effect.
Comments
0 comments
Article is closed for comments.