nodepool/releasenotes/notes/paused-handler-fix-6c4932dcf71939ba.yaml
David Shrewsbury 3eab2396ae Add release note for paused handler fix
Release note was not included with: https://review.openstack.org/575515

Change-Id: Ic62e3e3db5bb8dbcec4107ff1e284f3843282940
2018-06-20 07:53:59 -04:00

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.