Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Long-running jobs time out MTAs #53

Open
wylfen opened this issue Feb 3, 2020 · 2 comments
Open

Long-running jobs time out MTAs #53

wylfen opened this issue Feb 3, 2020 · 2 comments

Comments

@wylfen
Copy link

wylfen commented Feb 3, 2020

Right now, right as the job begins running, cronie spawns the mail command and pipes all output to it. For longer-running jobs and with mailers that connect to MTAs right away, the MTA times out after a certain time, completely losing any cron output.

Debian's crond fixed this 9 years ago (see also a relevant bug report).

@a-detiste
Copy link

You can use sponge from moreutils

@a-detiste
Copy link

And Debian is still patching Vixie Cron from the 1990's ... not a perfect reference.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants