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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Cleaning Task zip files ?

Dear experts,
We've installed a Talend 5.4 some times ago.
We've developped various projects with quite a lot of jobs.
All is working well...
This morning our infrastructure team advices me that we are running low in space on Talend server.
After first checking it seems all space is taken by files under : 
/data/CommandLine/exports/
and there I can see various folder named task_1, task_2,...task_147...
in each numeroted task folder there is a lot of zip files named for instance 1426691042395_task_89.zip, 1427105395748_task_89.zip ....


My questions are, what those files are about ? and can I clean them all or at least some of them ?


Thank you for your answers.


Regards,
Brice

Labels (2)
1 Reply
Anonymous
Not applicable
Author

Hi,

You are using Talend Subscription Solution? According to your requirement, you can set temporary data cleaning parameters in configuration table of your TAC DB.
### Temporary data cleaning parameters ###

# Time in seconds between each cleaning action, set with 0 to disable all cleanings
scheduler.conf.cleaning.frequencyCleaningAction=600

# Time in seconds before cleaning executions logs from the current date, 3 months=3*30*24*60*60=7776000, set with 0 to disable delete action with this method
scheduler.conf.cleaning.maxDurationBeforeCleaningOldExecutionsLogs=0

# Max executions logs to keep, set with 0 to disable delete action with this method.
scheduler.conf.cleaning.maxOldExecutionsLogs=1000

# Time in seconds before cleaning archives jobs from the current date, 3 months=*30*24*60*60=7776000, set with 0 to disable delete action with this method
scheduler.conf.cleaning.maxDurationBeforeCleaningOldJobs=0
# Max archive jobs to keep, set with 0 to disable delete action with this method.
scheduler.conf.cleaning.maxOldJobs=3

Let us know if it is Ok with you.

Best regards
Sabrina