Taylor Kimmett
Taylor Kimmett
Try reducing the concurrency using `maxConcurrentRoutes`.
It is possible your routes are failing for legitimate reasons (timing out, for example). However, if you are trying to render "a lot" of routes, it is also possible you're...
Any plans to merge this?
I looked to see if there were relevant tests that could be updated for this and couldn't really tell, but I can take another look at that.
I've updated `AQStreamingTests.cs` to make use of the new configuration approach for streaming. Notably, this uncovered the problem that the ProviderBuilder I added was incomplete, in that it was not...
As a side note, I ran into some trouble running tests to begin with for a few reasons: - I was missing a basic config `json` file with a connection...
@ReubenBond @benjaminpetit Let me know if you have any more suggestions or feel more tests are necessary.
Sorry it's been so long, life got in the way, but I am determined to help improve the Aspire integration (albeit selfishly 🙂). Please let me know what else needs...
@benjaminpetit Any chance you can take another look?
https://github.com/dotnet/orleans/pull/8929