Add a default delta to datagrepper's queries
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
parent
581b83124e
commit
c27a1fa9b9
1 changed files with 2 additions and 0 deletions
|
@ -19,3 +19,5 @@ RUNNER_LOCKFILE='/var/run/fedmsg/datagrepper.lock'
|
||||||
JOB_OUTPUT_DIR='/var/cache/datagrepper'
|
JOB_OUTPUT_DIR='/var/cache/datagrepper'
|
||||||
JOB_OUTPUT_URL='https://apps.{% if env == "staging" %}stg.{% endif %}fedoraproject.org/datagrepper/output'
|
JOB_OUTPUT_URL='https://apps.{% if env == "staging" %}stg.{% endif %}fedoraproject.org/datagrepper/output'
|
||||||
JOB_EXPIRY=timedelta(days=7)
|
JOB_EXPIRY=timedelta(days=7)
|
||||||
|
DEFAULT_QUERY_DELTA=60*60*24*3
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue