File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11module Share.BackgroundJobs (startWorkers ) where
22
33import Ki.Unlifted qualified as Ki
4- import Share.BackgroundJobs.Diffs.ContributionDiffs qualified as ContributionDiffs
54import Share.BackgroundJobs.Monad (Background )
65import Share.BackgroundJobs.Search.DefinitionSync qualified as DefnSearch
76import Share.BackgroundJobs.SerializedEntitiesMigration.Worker qualified as SerializedEntitiesMigration
@@ -10,5 +9,6 @@ import Share.BackgroundJobs.SerializedEntitiesMigration.Worker qualified as Seri
109startWorkers :: Ki. Scope -> Background ()
1110startWorkers scope = do
1211 DefnSearch. worker scope
13- ContributionDiffs. worker scope
12+ -- Temporary disable background diff jobs until the new diffing logic is done.
13+ -- ContributionDiffs.worker scope
1414 SerializedEntitiesMigration. worker scope
You can’t perform that action at this time.
0 commit comments