Skip to content

Commit

Permalink
Send notification to Telegram only on failures
Browse files Browse the repository at this point in the history
With the increase in the number of spiders sending notification in
Telegram for successfull executions is creating too many noise making it
difficult to see the failures.
  • Loading branch information
rennerocha committed Apr 28, 2022
1 parent 0c538ca commit 5c772e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data_collection/gazette/monitors.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,4 +100,4 @@ class SpiderCloseMonitorSuite(MonitorSuite):
ItemValidationMonitor,
]

monitors_finished_actions = [CustomSendTelegramMessage]
monitors_failed_actions = [CustomSendTelegramMessage]

0 comments on commit 5c772e1

Please sign in to comment.