-
Notifications
You must be signed in to change notification settings - Fork 491
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
WIP Incident Redis Refactoring Madness #1497
Conversation
captncraig
commented
Dec 4, 2015
- alerts run
- dashboard renders
- unknowns trigger
- incident view working
- alert counts reporting
- restore historical incidents
- action notifications working again
- tests passing
- dependency function working.
@@ -2,6 +2,7 @@ package sched | |||
|
|||
import ( | |||
"fmt" | |||
"log" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should be using slog
Bug? Stuff still gets written to bold when stopping bosun:
|
Bug? Migrating state runs on a second run, not just the first according to the log:
|
Bug: New template erros on many alerts that we don't see on prod:
|
Multiple migrations fixed. May need to flush redis to avoid duplicate data. |
|
1b2f920
to
18fb20e
Compare