Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Connect 2026 Agenda Now Available: Explore Sessions
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Jobserver cache

Hi,

I would like to have some details about Jobserver cache:

  • how can be enabled/disabled
  • how it works under the hood
  • how it can affect performance and governance

I found this old post jobserver cachebut it doesn't exaclty answer my questions. Furthermore, no proof on official docs.

Labels (3)
5 Replies
Anonymous
Not applicable
Author

Hello,

The cache folder will contain all the supporting libraries external libraries, as well as the executable jar files in a unique folder under the lib parent cache folder. All the common libraries will be maintained in the cache folder where as the jobs and the routine jar files will be stored in specific folders (like version control) for each deployment of a job

Here is the path for cache on the execution server

<Talend_Home>\jobserver\agent\TalendJobServerFiles\cache

The jobserver has a parameter to enable or disabling the caching of the jobs dependency.
Dependency checksum are calculated on each side before deployment. 

Best regards

Sabrina

Anonymous
Not applicable
Author

Hi Sabrina,

 

Where can we find this parameter to enable/disable the jobserver cache?

 

Thanks a lot,

Kind regards,

Michael

mdeeter
Contributor
Contributor

Sabrina, can you respond on this?

Anonymous
Not applicable
Author

Hello,

You are not supposed to clear the cache manually.

The numerical name is the "Dependency checksum" of the lib. What's your requirement for jobserver cache?

Best regards

Sabrina

Anonymous
Not applicable
Author

Hi All,

 

Example use case : we turned off the jobserver cache to be able to use the 'Dynamic job' setting in tRunJob.

 

We've found the parameter (which is strangely enough a TAC level parameter) at following location : 

 

<TAC PATH>/apache-tomcat/webapps/org.talend.administrator/WEB-INF/classes/configuration.properties

 

Add the following property : jobServer.useCache=false

Then restart TAC.