Skip to content

Commit

Permalink
Merge pull request #773 from DFE-Digital/bigquery-maintenance
Browse files Browse the repository at this point in the history
Add a maintenance window for BigQuery
  • Loading branch information
felixclack authored Aug 8, 2024
2 parents 8691b78 + 3ab006b commit 07fff2a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/initializers/dfe_analytics.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,6 @@
disabled_by_default = Rails.env.development?
ENV.fetch("BIGQUERY_DISABLE", disabled_by_default.to_s) != "true"
end

config.bigquery_maintenance_window = "08-09-2024 18:00..08-09-2024 19:00"
end

0 comments on commit 07fff2a

Please sign in to comment.