-
Notifications
You must be signed in to change notification settings - Fork 905
feat: implement observability of notifications subsystem #13799
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
Changes from all commits
7f60c0f
d62d704
96dac65
130de49
e868752
cee93cb
387b557
114797d
5ff29c0
88451a1
09f7305
91e2a23
9f1d6b3
15c4537
53ecad4
bc2a4cb
716e591
d408ed2
2b9eec3
4211c84
24417c5
72bb1be
bfca2c1
6602682
00633a1
f454184
84d07d4
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
ALTER TABLE notification_messages | ||
DROP COLUMN IF EXISTS queued_seconds; |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
ALTER TABLE notification_messages | ||
ADD COLUMN queued_seconds FLOAT NULL; |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Uh oh!
There was an error while loading. Please reload this page.