Skip to content

Ignore output from cron execution#26

Merged
neomilium merged 1 commit into
mainfrom
silence-cron
Apr 25, 2026
Merged

Ignore output from cron execution#26
neomilium merged 1 commit into
mainfrom
silence-cron

Conversation

@smortex

@smortex smortex commented Mar 28, 2026

Copy link
Copy Markdown
Member

Some processing in the cron task occasionaly produce output that result
in an e-mail being sent.

On our fleet, it happens less than 1 time a day, and only contain 1 or
more of the following line:

libpng warning: iCCP: known incorrect sRGB profile

These warning are not actionable, so we can probably just ignore them.

Some processing in the cron task occasionaly produce output that result
in an e-mail being sent.

On our fleet, it happens less than 1 time a day, and only contain 1 or
more of the following line:

```
libpng warning: iCCP: known incorrect sRGB profile
```

These warning are not actionable, so we can probably just ignore them.
@smortex smortex requested a review from a team as a code owner March 28, 2026 17:41
@smortex smortex added the enhancement New feature or request label Mar 28, 2026
@neomilium

Copy link
Copy Markdown
Member

But a real issue will be swallowed, right?

@smortex

smortex commented Apr 5, 2026

Copy link
Copy Markdown
Member Author

But a real issue will be swallowed, right?

For sure

But nobody read these messages, they just pill-up in the user mailbox locally 🤷.

Do you prefer that we add a parameter to forward these messages to a real user?

@neomilium neomilium merged commit 7eef01d into main Apr 25, 2026
7 checks passed
@smortex smortex deleted the silence-cron branch April 25, 2026 20:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants