Skip to content

Commit

Permalink
Temporarily Increase Press Frequency Of GE 2024 Front (#27270)
Browse files Browse the repository at this point in the history
So that it updates any snaps or thrashers more regularly.
  • Loading branch information
JamieB-gu authored Jul 3, 2024
1 parent 85d587f commit d4ef6c8
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion admin/app/jobs/RefreshFrontsJob.scala
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,17 @@ object LowFrequency extends FrontType
object StandardFrequency extends FrontType
object HighFrequency extends FrontType {
def highFrequencyPaths: List[String] =
List("uk", "us", "au", "europe", "international", "uk/sport", "us/sport", "au/sport")
List(
"uk",
"us",
"au",
"europe",
"international",
"uk/sport",
"us/sport",
"au/sport",
"politics/general-election-2024",
)
}

case class CronUpdate(path: String, frontType: FrontType)
Expand Down

0 comments on commit d4ef6c8

Please sign in to comment.