-
Notifications
You must be signed in to change notification settings - Fork 1
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
fix(betterUptime): make better uptime on success #1075
Conversation
a0358e3
to
2cae2db
Compare
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.
We're still attempting to create the monitor in lines 310-311
( // Create better uptime monitor await this.createMonitor(launchResult.value.primaryDomainSource)
)
,
this should be removed right!
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.
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.
ps forgot to remove
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.
lgtm
* fix(betterUptime): make better uptime on success * fix(betteruptime): only create alarm iff success * fix(formsgsl): rm redundant call
Problem
Currently our better uptime is done on create, but it should be on success instead.
Closes [insert issue #]
Solution
shifting the creation of this to post success, not during the launch process.
Breaking Changes
Tests