You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to extend the signal handler to SIGHUP.
The rationale is: schaufel runs as a child of listen.pl which runs as a child of tmux.
In this setup, killing listen.pl to stop schaufel leads to data loss.
I.e. tmux receives SIGCHLD and sends a SIGHUP to schaufel. Schaufel only handles SIGINT/SIGTERM. As the internal state handler is skipped, data is not flushed.
The text was updated successfully, but these errors were encountered:
We need to extend the signal handler to SIGHUP.
The rationale is: schaufel runs as a child of listen.pl which runs as a child of tmux.
In this setup, killing listen.pl to stop schaufel leads to data loss.
I.e. tmux receives SIGCHLD and sends a SIGHUP to schaufel. Schaufel only handles SIGINT/SIGTERM. As the internal state handler is skipped, data is not flushed.
The text was updated successfully, but these errors were encountered: