Tags: ansible/ansible-runner
Tags
Emit periodic keepalive events from `Worker` (#1191) (#1201) * new CLI arg and envvar for `Worker` mode to optionally emit regular keepalive events; fixes issues with container runtimes that assume long-silent stdout == hung process --------- Co-authored-by: Alan Rominger <arominge@redhat.com> (cherry picked from commit fd9d67a)
remove any pipe files before zip/unzipping (#1133) * Write test to demonstrate job hang on pipes * Remove any pipe files before zip/unzipping - Prevents hangs when zipping, unzipping artifacts dir. If python attempts to open a fifo pipe, it will block indefinitely until it can read data from the pipe. * move fifo check below symlink Co-authored-by: Alan Rominger <arominge@redhat.com>
PreviousNext