Skip to main content Skip to complementary content
Close announcements banner

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

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.

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!