Skip to content

Commit 2be82bd

Browse files
committed
adding harvesting monitoring setting
1 parent fe94414 commit 2be82bd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.env.sample

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,10 @@ LDAP_GROUP_PROFILE_MEMBER_ATTR=uniqueMember
249249
# CELERY__LOG_FILE="/var/log/celery.log"
250250
# CELERY__WORKER_NAME="worker1@%h"
251251

252+
# Monitoring configuration
253+
HARVESTING_MONITOR_ENABLED=True
254+
HARVESTING_MONITOR_DELAY=60
255+
252256
# PostgreSQL
253257
POSTGRESQL_MAX_CONNECTIONS=200
254258

0 commit comments

Comments
 (0)