-
-
Notifications
You must be signed in to change notification settings - Fork 414
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
pre-release: v2.11.0-beta.1
#1216
Conversation
Signed-off-by: Valery Piashchynski <[email protected]>
Codecov Report
@@ Coverage Diff @@
## master #1216 +/- ##
==========================================
+ Coverage 44.89% 45.12% +0.23%
==========================================
Files 14 14
Lines 715 718 +3
==========================================
+ Hits 321 324 +3
Misses 367 367
Partials 27 27
Continue to review full report at Codecov.
|
Signed-off-by: Valery Piashchynski <[email protected]>
Signed-off-by: Valery Piashchynski <[email protected]>
Signed-off-by: Valery Piashchynski <[email protected]>
Been able to integrate this into our embedded apps with no problem. 👍 |
Brilliant, thanks 👍🏻 |
Not too familiar with that flag, but building our app with |
Np, you may have a look at this article: https://go.dev/doc/articles/race_detector You need to build and run your app to be sure that there are no data races. It will work slower than usual during the testing. |
Was able to build and run with |
Reason for This PR
Description of Changes
👀 New:
gRPC
errors API. An exception might be passed as aStatus
structure in theMetadata
(key -error
) to be parsed and returned to the user w/o worker restart. NOTE:Status
structure should be marshaled viaproto
marshaller, notjson
. FRgRPC
reflection server. Docs: https://roadrunner.dev/docs/app-server-grpc/2.x/en, GoDocs.context deadline exceeded
error on worker's allocation. We updated the error message with the link to the docs with the most common causes for theworker allocation failed
error: https://roadrunner.dev/docs/known-issues-allocate-timeout/2.x/en. Feel free to add your cases here :)The reflection server might be activated to use
grpc_cli
,grpc-curl
,grpc-ui
, or similar tools to intercept grpc payloads.Configuration:
License Acceptance
By submitting this pull request, I confirm that my contribution is made under the terms of the MIT license.
PR Checklist
[Author TODO: Meet these criteria.]
[Reviewer TODO: Verify that these criteria are met. Request changes if not]
git commit -s
).CHANGELOG.md
.