Skip to content

Commit

Permalink
update default cron settings for new alerts and reports (#14363)
Browse files Browse the repository at this point in the history
  • Loading branch information
samtfm authored Apr 27, 2021
1 parent 4fbb572 commit 6898dd9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ const RETENTION_OPTIONS = [

const DEFAULT_RETENTION = 90;
const DEFAULT_WORKING_TIMEOUT = 3600;
const DEFAULT_CRON_VALUE = '* * * * *'; // every minute
const DEFAULT_CRON_VALUE = '0 * * * *'; // every hour
const DEFAULT_ALERT = {
active: true,
crontab: DEFAULT_CRON_VALUE,
Expand Down

0 comments on commit 6898dd9

Please sign in to comment.