-
Notifications
You must be signed in to change notification settings - Fork 290
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
Add fx.ShutdownError option #996
base: master
Are you sure you want to change the base?
Conversation
2c9632c
to
02a2658
Compare
02a2658
to
9f07316
Compare
6d09401
to
8b1500d
Compare
Codecov Report
@@ Coverage Diff @@
## master #996 +/- ##
==========================================
- Coverage 98.09% 98.04% -0.05%
==========================================
Files 39 39
Lines 1995 1996 +1
==========================================
Hits 1957 1957
- Misses 30 31 +1
Partials 8 8
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
4d26279
to
0778cf0
Compare
0778cf0
to
a29986d
Compare
@jasonmills what else is needed to merge the pull request? |
3357fdf
to
c7021c1
Compare
c7021c1
to
bbd8c2a
Compare
bbd8c2a
to
a285dde
Compare
Adds the fx.ShutdownError option, to be able to pass a custom error to Shutdowner and retrieve it from the application as the reason it shutdown.
Refers #672