Skip to content
This repository has been archived by the owner on Sep 5, 2023. It is now read-only.

Latest commit

History

History
18 lines (11 loc) 路 431 Bytes

FAILURE.md

File metadata and controls

18 lines (11 loc) 路 431 Bytes

Failure strategy

Stopping the service/functions

The main reason for this is to avoid spamming the Twitter API when there are errors (and thus getting banned).

The nuclear option

serverless remove

The non-nuclear way

  1. Disable the CloudWatch rule for checkForRemindersAndSend

Rolling back to a previous release

  1. Find the build corresponding to the commit on Travis CI. Click "Restart Build".