Skip to content

Commit

Permalink
fix: remove housekeeping from testing
Browse files Browse the repository at this point in the history
  • Loading branch information
sbgap committed Sep 20, 2024
1 parent ddfcc94 commit 936fcbb
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 54 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ ENV UWSGI_MAX_WORKER_LIFETIME=30
ENV UWSGI_WORKER_LIFETIME_DELTA=3

ENV HEARTBEAT_SEVERITY=major
ENV HK_EXPIRED_DELETE_HRS=2
ENV HK_INFO_DELETE_HRS=12

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

Expand Down
47 changes: 0 additions & 47 deletions tests/docker-compose.test.mongodb.yml

This file was deleted.

5 changes: 0 additions & 5 deletions tests/docker-compose.test.postgres.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,7 @@ services:
- ADMIN_KEY=demo-key
- ADMIN_KEY_MAXAGE=31536000 # 1 year in seconds
- PLUGINS=reject,blackout,normalise,enhance
- HK_EXPIRED_DELETE_HRS=39
- HK_INFO_DELETE_HRS=17
- HEARTBEAT_SEVERITY=warning
# Disable Housekeeping by setting one or both of HK env vars to a empty string
# - HK_EXPIRED_DELETE_HRS=
# - HK_INFO_DELETE_HRS=
# Disable hearbeat alerts by setting below env var to empty string
# - HEARTBEAT_SEVERITY=

Expand Down

0 comments on commit 936fcbb

Please sign in to comment.