-
Notifications
You must be signed in to change notification settings - Fork 484
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
Core Command message bus Time out #4413
Comments
@cloudxxx8 , FYI. Note that the query request are working initially and then start timing out. |
@hahattan , @cloudxxx8 , note that I am not seeing this issue with my new Request API. Once those PR are merged, I think we can close this issue. |
…equst API BREAKING CHANGE: Topics configuration for Core Command has changed. Also the internal response topic is always edgex/response/<responding-service-name>/<request-id>. The prefix for this is now part of the standard MessageBus configuration. closes edgexfoundry#4309 fixes #4304 Signed-off-by: Leonard Goodell <[email protected]>
…equst API BREAKING CHANGE: Topics configuration for Core Command has changed. Also the internal response topic is always edgex/response/<responding-service-name>/<request-id>. The prefix for this is now part of the standard MessageBus configuration. closes edgexfoundry#4309 fixes #4304 Signed-off-by: Leonard Goodell <[email protected]>
@marcpfuller this issue should be gone after #4310 is merged. could you please see whether we can close this issue? |
This looks to be an issue in App Sdk handling due to load. Works fine for first few request when load is high from Device Virtual and then starts failing. If load is light like from Device Simple, we don't see the time out errors. |
addressed by #4404 |
🐞 Bug Report
Affected Services [REQUIRED]
The issue is located in: core-commandIs this a regression?
This issue looks to be new, since enabling core command via message bus
Description and Minimal Reproduction [REQUIRED]
After retrieving Core commands via message bus, a time out error is being returned.
This can be reproduced with the following steps :
cd edgex-compose/compose-builder
make run no-secty ds-virtual
cd app-functions-sdk/app-service-template
make build
./app-new-service
🔥 Exception or Error
🌍 Your Environment
Deployment Environment:
windows/ubuntu wsl
EdgeX Version [REQUIRED]:
3.0
Anything else relevant?
The text was updated successfully, but these errors were encountered: