Project

General

Profile

action #165030

Updated by livdywan 4 months ago

## Observation 

 Following [a conversation in Slack](https://suse.slack.com/archives/C02AJ1E568M/p1722852221128509) @nicksinger enabled emails for cron jobs. Now we're getting emails from **(Cron Daemon)** such as this: 

     removed '/var/lib/openqa/SQL-DUMPS/2024-07-28.dump' 

 ## Suggestions 
 * ~~Confirm why we are getting an email about removed database dumps~~ **DONE:** because cron sends a mail for every script which generates *anything* on stdout - no matter the exit code of the script 
 * Switch off of notifications of such removals if they are expected

Back