You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Action execution output objects (ones generated by action output streaming) older than this value (days) will be automatically deleted.
170
+
# Action execution output objects (ones generated by action output streaming) older than this value (days) will be automatically deleted. Defaults to 7.
171
171
action_executions_output_ttl = 7
172
-
# Action executions and related objects (live actions, action output objects) older than this value (days) will be automatically deleted.
172
+
# Action executions and related objects (live actions, action output objects) older than this value (days) will be automatically deleted. Defaults to None (disabled).
173
173
action_executions_ttl = None
174
174
# How often to check database for old data and perform garbage collection.
175
175
collection_interval = 600
176
176
# Location of the logging configuration file.
177
177
logging = /etc/st2/logging.garbagecollector.conf
178
178
# Set to True to perform garbage collection on Inquiries (based on the TTL value per Inquiry)
179
179
purge_inquiries = False
180
-
# Rule enforcements older than this value (days) will be automatically deleted.
181
-
rule_enforcement_ttl = None
180
+
# Rule enforcements older than this value (days) will be automatically deleted. Defaults to None (disabled).
181
+
rule_enforcements_ttl = None
182
182
# How long to wait / sleep (in seconds) between collection of different object types.
183
183
sleep_delay = 2
184
-
# Trace objects older than this value (days) will be automatically deleted.
185
-
trace_ttl = None
186
-
# Trigger instances older than this value (days) will be automatically deleted.
184
+
# Trace objects older than this value (days) will be automatically deleted. Defaults to None (disabled).
185
+
traces_ttl = None
186
+
# Trigger instances older than this value (days) will be automatically deleted. Defaults to None (disabled).
0 commit comments