Skip to content

Commit

Permalink
Add Find MoJ data runbooks
Browse files Browse the repository at this point in the history
  • Loading branch information
MatMoore authored Sep 30, 2024
1 parent 72447ea commit de8e5a4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,17 @@ namespace :notify do
"https://runbooks.operations-engineering.service.justice.gov.uk/api/pages.json",
"https://user-guide.operations-engineering.service.justice.gov.uk/api/pages.json",
"https://docs.opg.service.justice.gov.uk/api/pages.json",
"https://user-guide.find-moj-data.service.justice.gov.uk/api/pages.json"
"https://user-guide.find-moj-data.service.justice.gov.uk/api/pages.json",
"https://runbooks.find-moj-data.service.justice.gov.uk/api/pages.json"
]

limits = {
"https://ministryofjustice.github.io/nvvs-devops/api/pages.json" => 5,
"https://docs.analytical-platform.service.justice.gov.uk/api/pages.json" => 5,
"https://user-guide.modernisation-platform.service.justice.gov.uk/api/pages.json" => 5,
"https://docs.opg.service.justice.gov.uk/api/pages.json" => 5,
"https://user-guide.find-moj-data.service.justice.gov.uk/api/pages.json" => 5
"https://user-guide.find-moj-data.service.justice.gov.uk/api/pages.json" => 5,
"https://runbooks.find-moj-data.service.justice.gov.uk/api/pages.json" => 5
}

live = ENV.fetch("REALLY_POST_TO_SLACK", 0) == "1"
Expand Down

0 comments on commit de8e5a4

Please sign in to comment.