-
Notifications
You must be signed in to change notification settings - Fork 492
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.
cmd/bosun/sched/check.go
Outdated
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