Skip to content

Ignore output from cron execution#26

Open
smortex wants to merge 1 commit intomainfrom
silence-cron
Open

Ignore output from cron execution#26
smortex wants to merge 1 commit intomainfrom
silence-cron

Conversation

@smortex
Copy link
Copy Markdown
Member

@smortex smortex commented Mar 28, 2026

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
Copy link
Copy Markdown
Member Author

smortex commented Apr 5, 2026

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?

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