Reference dev runbook for instructions in the zendesk ticket

This commit is contained in:
Pea Tyczynska
2019-12-05 17:31:31 +00:00
parent 1b7b26bf24
commit 87bc86efa7
2 changed files with 4 additions and 2 deletions

View File

@@ -287,7 +287,8 @@ def check_for_services_with_high_failure_rates_or_sending_to_tv_numbers():
current_app.logger.exception(message)
if current_app.config['NOTIFY_ENVIRONMENT'] in ['live', 'production', 'test']:
message += "\nThings to do: contact service? revoke their key?"
message += "\nYou can find instructions for this ticket in our manual:\n"
"https://github.com/alphagov/notifications-manuals/wiki/Support-Runbook#Deal-with-services-with-high-failure-rates-or-sending-sms-to-tv-numbers" # noqa
zendesk_client.create_ticket(
subject="[{}] High failure rates for sms spotted for services".format(
current_app.config['NOTIFY_ENVIRONMENT']