-
Notifications
You must be signed in to change notification settings - Fork 69
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
feat(notifier): fix sending unwanted notifications on muted and deleted triggers and muted metrics #943
Conversation
…yed_time from configs
…ake TxPipelined in place of Pipelined
Codecov Report
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. @@ Coverage Diff @@
## master #943 +/- ##
==========================================
+ Coverage 68.94% 69.44% +0.49%
==========================================
Files 196 196
Lines 11038 11208 +170
==========================================
+ Hits 7610 7783 +173
+ Misses 2983 2962 -21
- Partials 445 463 +18
📣 Codecov offers a browser extension for seamless coverage viewing on GitHub. Try it in Chrome or Firefox today! |
/build |
Build and push Docker images with tag: 2023-11-13.ed1f263 |
Add notifier config
Add description of notification config, in detail:
delayed_time
- if the difference between notification sending time (timestamp
) and creation time (created_at
) is greater than this time, then the notification is considered delayed, otherwise it is considered not delayedtransaction_timeout
- timeout time between transactions infetchNotifications
transaction_max_retries
- maximum number of transactions infetchNotifications
transaction_heuristic_limit
- limit, if exceeded, all notifications will be fetched from the database.Divided 1 big PR into 3 parts, here are the rest: