Was this helpful?
Concurrent Execution
By default, the Agent executes one job at a time, with additional jobs going into the job queue. You can change this setting for the Agent to allow up to 4 concurrent executions (one concurrent execution per integration).
Caution!  When the Agent operates in non-concurrent mode, jobs are executed in first-in-first-out (FIFO) order. If you allow concurrent executions, however, the jobs may not be executed in the order they were submitted. When designing your integrations, make sure you do not introduce dependencies that could lead to unexpected results if the jobs are executed out of order.
To change the concurrency setting
1. Log in to Windows as Administrator.
2. Open the following file using a text editor: C:\Program Files\Actian\Agent\Application\conf\Agent.properties
3. Edit the following line to change the maximum concurrent executions to a value between 1 and 4.
agent.concurrency = 1
4. Save changes to the file.
5. Restart the Agent service. See Managing the Agent.
Caution!  Use care when editing the Agent.properties file. This file is used by the Agent to locate its execution engine and connect to the DataCloud. Inadvertent changes could cause the Agent to stop working.
Last modified date: 12/17/2021