Skip to content

Commit

Permalink
Add BQ table check job
Browse files Browse the repository at this point in the history
  • Loading branch information
steventux committed Feb 15, 2024
1 parent fd04fca commit 995d4ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions config/clock.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@

module Clockwork
every(1.day, "DeleteUnconfirmedEntries.perform_later", at: "00:00")
every(30.minutes, "DfE::Analytics::EntityTableCheckJob.perform_later")
end
1 change: 1 addition & 0 deletions config/initializers/dfe_analytics.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
DfE::Analytics.configure do |config|
config.queue = :analytics
config.environment = HostingEnvironment.environment_name
config.entity_table_checks_enabled = true

config.enable_analytics =
proc do
Expand Down

0 comments on commit 995d4ad

Please sign in to comment.