dotnet-monitor
dotnet-monitor copied to clipboard
Limits are not removed when an app is shutdown
- Begin an operation that lasts a while and also has limits. For example /parameters
- Shutdown the target application
- Startup another instance of the application
- Begin the same operation such as /parameters.
Expected: The parameter collection succeeds
Actual: 429 too many requests
The new scoped service collection work may be able to help here.