Skip to content

Commit 936fcbb

Browse files
committed
fix: remove housekeeping from testing
1 parent ddfcc94 commit 936fcbb

File tree

3 files changed

+0
-54
lines changed

3 files changed

+0
-54
lines changed

Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ ENV UWSGI_MAX_WORKER_LIFETIME=30
2525
ENV UWSGI_WORKER_LIFETIME_DELTA=3
2626

2727
ENV HEARTBEAT_SEVERITY=major
28-
ENV HK_EXPIRED_DELETE_HRS=2
29-
ENV HK_INFO_DELETE_HRS=12
3028

3129
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
3230

tests/docker-compose.test.mongodb.yml

Lines changed: 0 additions & 47 deletions
This file was deleted.

tests/docker-compose.test.postgres.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,7 @@ services:
2323
- ADMIN_KEY=demo-key
2424
- ADMIN_KEY_MAXAGE=31536000 # 1 year in seconds
2525
- PLUGINS=reject,blackout,normalise,enhance
26-
- HK_EXPIRED_DELETE_HRS=39
27-
- HK_INFO_DELETE_HRS=17
2826
- HEARTBEAT_SEVERITY=warning
29-
# Disable Housekeeping by setting one or both of HK env vars to a empty string
30-
# - HK_EXPIRED_DELETE_HRS=
31-
# - HK_INFO_DELETE_HRS=
3227
# Disable hearbeat alerts by setting below env var to empty string
3328
# - HEARTBEAT_SEVERITY=
3429

0 commit comments

Comments
 (0)