nodepool/releasenotes/notes/paused-handler-fix-6c4932dc...

7 lines
220 B
YAML

---
fixes:
- |
Fixed a bug where if a request handler is paused and an exception is thrown
within the handler, the handler was not properly unpaused and the request
remained in the list of active handlers.