0
0
Fork 0
mirror of https://github.com/healthchecks/healthchecks.git synced 2025-04-08 06:30:05 +00:00

Add --skip-checks to "manage.py smtpd" to avoid multiple check runs

This commit is contained in:
Pēteris Caune 2023-12-15 11:15:31 +02:00
parent 65b9dd371f
commit 3b8d473980
No known key found for this signature in database
GPG key ID: E28D7679E9A9EDE2

View file

@ -31,5 +31,5 @@ attach-daemon = ./manage.py sendalerts --skip-checks
attach-daemon = ./manage.py sendreports --loop --skip-checks
if-env = SMTPD_PORT
attach-daemon = ./manage.py smtpd --port %(_)
attach-daemon = ./manage.py smtpd --port %(_) --skip-checks
endif =