Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

发送邮件失败,没有触发邮件,页面test email 正常 #175

Open
Irving-plus opened this issue Jan 19, 2021 · 0 comments
Open

发送邮件失败,没有触发邮件,页面test email 正常 #175

Irving-plus opened this issue Jan 19, 2021 · 0 comments

Comments

@Irving-plus
Copy link

Irving-plus commented Jan 19, 2021

########## alert working time ##########
# Monday is 1 and Sunday is 7.
# e.g, [1, 2, 3, 4, 5, 6, 7]
ALERT_WORKING_DAYS = [1, 2, 3, 4, 5, 6, 7]
EMAIL_WORKING_DAYS = [1, 2, 3, 4, 5, 6, 7]
EMAIL_WORKING_HOURS =  range(24)

# From 0 to 23.
# e.g. [9] + list(range(15, 18)) >>> [9, 15, 16, 17], or range(24) for 24 hours
ALERT_WORKING_HOURS = range(24)

########## basic triggers ##########
# Trigger alert every N seconds for each running job.
# The default is 0, set it to a positive integer to enable this trigger.
ON_JOB_RUNNING_INTERVAL = 1000

# Trigger alert when a job is finished.
# The default is False, set it to True to enable this trigger.
ON_JOB_FINISHED = True
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant