Skip to content

Commit

Permalink
Merge pull request #27171 from guardian/add-europe-and-international-…
Browse files Browse the repository at this point in the history
…in-high-frequency-pressed-fronts

Add europe and international in the high frequency paths
  • Loading branch information
ioannakok authored May 31, 2024
2 parents f2c54a6 + 05c5a71 commit 31dd5a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion admin/app/jobs/RefreshFrontsJob.scala
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ object LowFrequency extends FrontType
object StandardFrequency extends FrontType
object HighFrequency extends FrontType {
def highFrequencyPaths: List[String] =
List("uk", "us", "au", "uk/sport", "us/sport", "au/sport")
List("uk", "us", "au", "europe", "international", "uk/sport", "us/sport", "au/sport")
}

case class CronUpdate(path: String, frontType: FrontType)
Expand Down
2 changes: 1 addition & 1 deletion facia-press/app/frontpress/FrontPressCron.scala
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import services.ConfigAgent

import scala.concurrent.{ExecutionContext, Future}

class FrontPressCron(liveFapiFrontPress: LiveFapiFrontPress, toolPressQueueWorker: ToolPressQueueWorker)(implicit
class FrontPressCron(liveFapiFrontPress: LiveFapiFrontPress)(implicit
executionContext: ExecutionContext,
) extends JsonQueueWorker[SNSNotification] {
override val deleteOnFailure: Boolean = true
Expand Down

0 comments on commit 31dd5a9

Please sign in to comment.