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

Autodisabling blocked subscriptions #614

Open
androndo opened this issue Feb 26, 2021 · 0 comments · May be fixed by #617
Open

Autodisabling blocked subscriptions #614

androndo opened this issue Feb 26, 2021 · 0 comments · May be fixed by #617
Labels

Comments

@androndo
Copy link
Contributor

Today some subscriptions may repeat failed sendings about 50+ times, because:

  • telegram bot blocked
  • slack channel archieved
  • wrong contact address
  • etc.

But some reasons is ok: timeouts or others (?), we need pass them.

This sending attempts generate unneccessary activity and trash collected at logs.

Possible way:
Add some euristic to check notification fail reasons and attempts count, and disable subscription automatically.
Add to admin page: enable/disable this feature and abillity to restore (enable all disabled) in case of fuckups.
Send banned count metric.

@androndo androndo linked a pull request Mar 10, 2021 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant