-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
#1989 Add disable app registry #1993
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1993 +/- ##
==========================================
- Coverage 92.88% 92.79% -0.09%
==========================================
Files 29 29
Lines 3259 3262 +3
Branches 569 571 +2
==========================================
Hits 3027 3027
- Misses 157 159 +2
- Partials 75 76 +1
Continue to review full report at Codecov.
|
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.
Makes sense to me - for legacy purposes, mostly.
REGISTER
that disables registering an app.Sanic(..., register=False)
to disable registering a single app instanceSee #1989