Skip to content

Commit

Permalink
fix(monitoring): set newrelic_frequency default back to 15
Browse files Browse the repository at this point in the history
BREAKING CHANGE: new API (see #203)
  • Loading branch information
rofe committed May 30, 2021
1 parent 150031c commit 2193234
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/orbs/helix-post-deploy/orb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ commands:
description: The comma-separated list of locations to use.
newrelic_frequency:
type: integer
default: 0
default: 15
description: The frequency to trigger the monitor in minutes. Defaults to 15.
newrelic_script:
type: string
Expand Down

0 comments on commit 2193234

Please sign in to comment.