Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simple notifications around traffic spikes #453

Merged
merged 9 commits into from Dec 11, 2020
Merged

Conversation

ukutaht
Copy link
Contributor

@ukutaht ukutaht commented Dec 9, 2020

Co-authored-by: Jerod Santo jerod@changelog.com
Streamed live at https://www.youtube.com/watch?v=dPMn2xQ7DDk
Simple notifications around traffic spikes #172

Changes

Adds a background worker to send notifications for traffic spikes. The behaviour is pretty simple:

  • Background worker runs every 15 minutes
  • If the current visitors number on the site is higher than configured threshold, sends an email to all recipients
  • Any further notifications are suppressed for 12 hours.

TODO:

  • Settings UI to configure the notification
  • Manual testing

Tests

  • Automated tests have been added

Changelog

  • Entry has been added to changelog

@ukutaht ukutaht merged commit 1504dd5 into master Dec 11, 2020
@ukutaht ukutaht deleted the spike-notifications branch December 11, 2020 15:04
@jerodsanto
Copy link
Contributor

It's alive!!! 🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants