mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Enabling feed fetch monitor.
This commit is contained in:
parent
1d5173e7bc
commit
f56acc1360
1 changed files with 1 additions and 2 deletions
|
@ -32,8 +32,7 @@ def main():
|
|||
failed = True
|
||||
elif redis_task_fetches <= 0:
|
||||
failed = True
|
||||
if True:
|
||||
#if failed:
|
||||
if failed:
|
||||
requests.post(
|
||||
"https://api.mailgun.net/v2/%s/messages" % settings.MAILGUN_SERVER_NAME,
|
||||
auth=("api", settings.MAILGUN_ACCESS_KEY),
|
||||
|
|
Loading…
Add table
Reference in a new issue