Add a release note for Ic98e2db02abd8483591756d73e06784cc2e9cbe3

Change-Id: I484b47f9e0d94c37079961d18061e2e9e121af92
This commit is contained in:
Dougal Matthews 2018-10-01 10:56:08 +01:00
parent 5c005a7926
commit f0b49a82b4
1 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,8 @@
---
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.