Increase extract timeout
To increase the extract timeout, change the Nginx configuration files listed below.
APP servers
Open the
INSTALL_DIR/nginx/sites/workfusion-mtls.conffile. In the/automl-gateway-servicesection, add or modify the following parameters:proxy_send_timeout 1800proxy_read_timeout 1800proxy_connect_timeout 1800send_timeout 1800
The screenshot below illustrates the changes:

On each APP server, restart the Nginx service:
wfmanager restart nginx
BEP Master servers
Open the
INSTALL_DIR/workfusion/nginx/apps/automl-model-service.conffile. It can also be located in theINSTALL_DIR/workfusion/nginx/sitesdirectory. In the file, change or add the same parameters:proxy_send_timeout 1800proxy_read_timeout 1800proxy_connect_timeout 1800send_timeout 1800
The screenshot below illustrates the changes:

Edit the
INSTALL_DIR/workfusion/nginx/sites/automl-gateway-service.conffile by changing or adding the following parameters:proxy_send_timeout 1800proxy_read_timeout 1800proxy_connect_timeout 1800send_timeout 1800
The screenshot below illustrates the changes:

On the BEP Master, restart the Nginx service:
wfmanager restart nginx
BEP Agent servers
Open the
INSTALL_DIR/workfusion/nginx/sites/worker-mtls.conffile. It can also be located in theINSTALL_DIR/workfusion/nginx/sitesdirectory. In the file, change or add the following parameters:proxy_send_timeout 1800proxy_read_timeout 1800proxy_connect_timeout 1800send_timeout 1800
The screenshot below illustrates the changes:

On the BEP Agent server, restart the Nginx service:
wfmanager restart nginx
Failover timeout
For the High Availability (HA) architecture, change the timeout for failover for all Nginx you have, as shown in the screenshot below:

ZooKeeper parameter (INT server)
Via ZooNavigator
Set the following parameter to 20m:
ROOT/config/automl-model-service/automl.service.model.execution.operation.total-timeout

Via command line on INT server
Run as
$wfuser:INSTALL_DIR/zookeeper/bin/zkCli.shYou are automatically switched to the ZooKeeper command line.
Run the following command:
set/config/automl-model-service/automl.service.model.execution.operation.total-timeout 20m
Once you set the parameter in one of the ways described above, restart automl-model-service located on the BEP Master.