f0b49a82b4
Change-Id: I484b47f9e0d94c37079961d18061e2e9e121af92
9 lines
342 B
YAML
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.
|