shalvah / RemindMeOfThisTweet

🤖 Twitter bot to set reminders for tweets.
https://remindmeofthis.app
GNU General Public License v3.0
414 stars 41 forks source link

Migrate away from AWS CloudWatch Rules for scheduling reminders #2

Closed shalvah closed 5 years ago

shalvah commented 5 years ago

For the last couple of hours, the bot no longer responds to reminder requests. Checked the logs and found this message:

The requested resource exceeds the maximum number allowed.

Apparently, AWS CloudWatch has a limit of 100 rules, which we've reached.

I'd like to migrate to a custom service to handle these scheduled tasks. In the meantime, though, I'll use Redis as a stopgap solution.