Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I would like to have some details about Jobserver cache:
I found this old post jobserver cachebut it doesn't exaclty answer my questions. Furthermore, no proof on official docs.
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
Hi Sabrina,
Where can we find this parameter to enable/disable the jobserver cache?
Thanks a lot,
Kind regards,
Michael
Sabrina, can you respond on this?
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
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.