diff --git a/releasenotes/notes/cleanup-rpc-cleints-transport-eaa90fef070b81fd.yaml b/releasenotes/notes/cleanup-rpc-cleints-transport-eaa90fef070b81fd.yaml new file mode 100644 index 000000000..94ade332d --- /dev/null +++ b/releasenotes/notes/cleanup-rpc-cleints-transport-eaa90fef070b81fd.yaml @@ -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.