Configuring Talend Administration Center to improve performance when creating execution tasks (Git only) - 7.3

Talend Installation Guide

Version
7.3
Language
English
Operating system
Linux
Subscription type
Subscription
Product
Talend Big Data
Talend Big Data Platform
Talend Data Fabric
Talend Data Integration
Talend Data Management Platform
Talend Data Services Platform
Talend ESB
Talend MDM Platform
Talend Real-Time Big Data Platform
Module
Talend Activity Monitoring Console
Talend Administration Center
Talend Artifact Repository
Talend CommandLine
Talend Data Preparation
Talend Data Stewardship
Talend DQ Portal
Talend ESB
Talend Identity and Access Management
Talend Installer
Talend JobServer
Talend LogServer
Talend MDM Server
Talend MDM Web UI
Talend Repository Manager
Talend Runtime
Talend SAP RFC Server
Talend Studio
Content
Installation and Upgrade
Last publication date
2022-10-30

When creating execution tasks on the Job Conductor page of Talend Administration Center, you might notice some slowness when retrieving the Jobs stored on the Git repository.

If so, you have the possibility to update a configuration file in order to prevent Git from refreshing the repository and thus to improve speed of item selection.

Procedure

  1. Stop Tomcat.
  2. Open the following file to edit it:
    <tomcat_path>/WEB-INF/classes/configuration.properties
  3. Add the following:
    git.conf.refreshDataProjectWhenSelectJob.enable=false
    Note that the recommended parameter value is true, and that you should only disable to prevent refresh of local Git repositories.
  4. Restart Tomcat.

Results

Now the selection of Git items from the Job Conductor page of Talend Administration Center will be quicker.