Talend JobServer clean-up parameters - 8.0

Talend Installation Guide

Version
8.0
Language
English
Operating system
Windows
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 ESB
Talend Identity and Access Management
Talend Installer
Talend JobServer
Talend LogServer
Talend MDM Server
Talend MDM Web UI
Talend Runtime
Talend SAP RFC Server
Talend Studio
Content
Installation and Upgrade
Last publication date
2022-10-30

The following tables lists the default values for each of the clean-up parameters.
Important: All parameters in this file are prefixed with org.talend.remote.jobserver.commons.config.JobServerConfiguration.
Parameter Default Description
FREQUENCY_CLEAN_ACTION 10 minutes Defines the time between each Talend JobServer cleaning action. Set this value to 0 to disable automatic cleaning.
MAX_OLD_JOBS 200 Defines the maximum number of artifacts and deployed Jobs to keep. Once this value is passed, artifacts are deleted beginning with the oldest. Set this value to 0 to disable this parameter.
MAX_DURATION_BEFORE_CLEANING_OLD_JOBS 3 months Defines the maximum before cleaning archives and deployed Jobs. Set this value to 0 to disable this parameter.
MAX_OLD_EXECUTIONS_LOGS 1000 Defines the maximum number of execution logs to keep. Once this value is passed, logs are deleted beginning with the oldest. Set this value to 0 to disable this parameter.
MAX_DURATION_BEFORE_CLEANING_OLD_EXECUTIONS_LOGS 3 months Defines the maximum time before cleaning execution logs. Set this value to 0 to disable this parameter.
MIN_NUMBER_JOB_EXECUTIONS_BEFORE_RELEASE 50 Defines the minimum number of Job executions before a Job is released. Job logs cannot be cleaned until the Job is released.
MAX_DURATION_BEFORE_JOB_EXECUTION_RELEASE_NORMAL_CASE 5 minutes Defines the maximum time for a normal execution before a Job is released.
MAX_DURATION_BEFORE_JOB_EXECUTION_RELEASE_ABNORMAL_CASE 24 hours Defines the maximum time before an abnormal execution before a Job is released. The abnormal duration applies to Job execution log files that contain errors.