mistral/releasenotes/notes/cleanup-rpc-cleints-transport-eaa90fef070b81fd.yaml
Dougal Matthews f0b49a82b4 Add a release note for Ic98e2db02abd8483591756d73e06784cc2e9cbe3
Change-Id: I484b47f9e0d94c37079961d18061e2e9e121af92
2018-10-01 10:56:08 +01:00

9 lines
342 B
YAML

---
fixes:
- |
Cleanup transports along RPC clients. Fixed a bad weird condition in the
API server related to cron-triggers and SIGHUP. The parent API server
creates a RPC connection when creating workflows from cron triggers. If a
SIGUP signal happens after, the child inherits the connection, but it's
non-functional.