-
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
Restrict false positive warning #693
Conversation
"Environment stopped unexpectedly" that got also triggered on migrations.
0d175c2
to
ce1d703
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #693 +/- ##
==========================================
+ Coverage 76.14% 76.19% +0.04%
==========================================
Files 43 43
Lines 3660 3676 +16
==========================================
+ Hits 2787 2801 +14
- Misses 636 640 +4
+ Partials 237 235 -2 ☔ View full report in Codecov by Sentry. |
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.
Okay, let's give this a try. It seems like we are muting the alert if the environment returns within a minute, which should be enough time for any migration to finish.
Suspect IssuesThis pull request was deployed and Sentry observed the following issues:
Did you find this useful? React with a 👍 or 👎 |
The issue occurred on our staging environment, which we heavily used to prepare the new CodeOcean environment. Hence, we can ignore this occurrence for now. |
"Environment stopped unexpectedly," which also got triggered by migrations.
Related to #672