Skip to content

Commit

Permalink
Try re-enabling the background diff queue.
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisPenner committed Feb 13, 2025
1 parent b84dc2e commit d5ee778
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Share/BackgroundJobs.hs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
module Share.BackgroundJobs (startWorkers) where

import Ki.Unlifted qualified as Ki
import Share.BackgroundJobs.Diffs.ContributionDiffs qualified as ContributionDiffs
import Share.BackgroundJobs.Monad (Background)
import Share.BackgroundJobs.Search.DefinitionSync qualified as DefnSearch
import Share.BackgroundJobs.SerializedEntitiesMigration.Worker qualified as SerializedEntitiesMigration
Expand All @@ -10,5 +11,5 @@ startWorkers :: Ki.Scope -> Background ()
startWorkers scope = do
DefnSearch.worker scope
-- Temporary disable background diff jobs until the new diffing logic is done.
-- ContributionDiffs.worker scope
ContributionDiffs.worker scope
SerializedEntitiesMigration.worker scope

0 comments on commit d5ee778

Please sign in to comment.