-
Notifications
You must be signed in to change notification settings - Fork 36
🐛 Fix/web server rpc namespace #7815
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
base: master
Are you sure you want to change the base?
🐛 Fix/web server rpc namespace #7815
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #7815 +/- ##
==========================================
- Coverage 86.74% 79.17% -7.57%
==========================================
Files 1850 1797 -53
Lines 71934 69901 -2033
Branches 1218 1227 +9
==========================================
- Hits 62401 55346 -7055
- Misses 9191 14213 +5022
Partials 342 342
Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
…improved flexibility
8b3ab57
to
20be01b
Compare
|
What do these changes do?
Create RPC namespaces associated to the docker service, not the image, otherwise the api-server can saturate the web-server
wb-api-server
should only be communicated by theapi-server
Related issue/s
How to test
Dev-ops