File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -113,6 +113,9 @@ def _read_secret(secret_name, default = None):
113
113
# Maximum number of days to retain logged changes. Set to 0 to retain changes indefinitely. (Default: 90)
114
114
CHANGELOG_RETENTION = int (environ .get ('CHANGELOG_RETENTION' , 90 ))
115
115
116
+ # Maximum number of days to retain job results (scripts and reports). Set to 0 to retain job results in the database indefinitely. (Default: 90)
117
+ JOBRESULT_RETENTION = int (environ .get ('JOBRESULT_RETENTION' , 90 ))
118
+
116
119
# API Cross-Origin Resource Sharing (CORS) settings. If CORS_ORIGIN_ALLOW_ALL is set to True, all origins will be
117
120
# allowed. Otherwise, define a list of allowed origins using either CORS_ORIGIN_WHITELIST or
118
121
# CORS_ORIGIN_REGEX_WHITELIST. For more information, see https://github.com/ottoyiu/django-cors-headers
You can’t perform that action at this time.
0 commit comments