File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
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
45import Share.BackgroundJobs.Monad (Background )
56import Share.BackgroundJobs.Search.DefinitionSync qualified as DefnSearch
67import Share.BackgroundJobs.SerializedEntitiesMigration.Worker qualified as SerializedEntitiesMigration
@@ -10,5 +11,5 @@ startWorkers :: Ki.Scope -> Background ()
1011startWorkers scope = do
1112 DefnSearch. worker scope
1213 -- Temporary disable background diff jobs until the new diffing logic is done.
13- -- ContributionDiffs.worker scope
14+ ContributionDiffs. worker scope
1415 SerializedEntitiesMigration. worker scope
You can’t perform that action at this time.
0 commit comments