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:
parent
65b9dd371f
commit
3b8d473980
1 changed files with 1 additions and 1 deletions
|
@ -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 =
|
||||
|
|
Loading…
Add table
Reference in a new issue