level12 / keg-app-cookiecutter

0 stars 0 forks source link

deploy.yaml `sentry_cron_cmd` should add app's --quiet flag #178

Closed rsyring closed 1 year ago

rsyring commented 2 years ago

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.