-
|
Our app host takes too long to start up (30+ seconds) which makes running tests using The worse offender here is the service bus emulator, so if someone has some ideas how to speed that up, that would be great. Currently, our aspnet API has a I would like the API to start running immediately, but not be marked as ready until the service bus resource is ready. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
The only way would be a health check. You can write a custom one or use WithHttpHealthCheck and add an endpoint that checks service bus' health. Are you trying to prevent the long wait chains but still block consumers until everything is ready? |
Beta Was this translation helpful? Give feedback.
The only way would be a health check. You can write a custom one or use WithHttpHealthCheck and add an endpoint that checks service bus' health. Are you trying to prevent the long wait chains but still block consumers until everything is ready?