Closed rsyring closed 1 year ago
Example: sentry_cron_cmd: "/usr/local/bin/cron-sentry --quiet {{ app_cli_bin }} --quiet"
sentry_cron_cmd: "/usr/local/bin/cron-sentry --quiet {{ app_cli_bin }} --quiet"
The last option is currently missing but it keeps the app from causing cron emails whenever it outputs. Currently, the flag is repeated for every cron command.
Example:
sentry_cron_cmd: "/usr/local/bin/cron-sentry --quiet {{ app_cli_bin }} --quiet"
The last option is currently missing but it keeps the app from causing cron emails whenever it outputs. Currently, the flag is repeated for every cron command.