Skip to content

Commit 68dc75c

Browse files
committed
Temporarily disable causal diff workers
1 parent bfa6354 commit 68dc75c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module Share.BackgroundJobs (startWorkers) where
22

33
import Ki.Unlifted qualified as Ki
4-
import Share.BackgroundJobs.Diffs.CausalDiffs qualified as ContributionDiffs
4+
-- import Share.BackgroundJobs.Diffs.CausalDiffs qualified as ContributionDiffs
55
import Share.BackgroundJobs.Monad (Background)
66
import Share.BackgroundJobs.Search.DefinitionSync qualified as DefnSearch
77
import Share.BackgroundJobs.Webhooks.Worker qualified as Webhooks
@@ -10,5 +10,5 @@ import Share.BackgroundJobs.Webhooks.Worker qualified as Webhooks
1010
startWorkers :: Ki.Scope -> Background ()
1111
startWorkers scope = do
1212
DefnSearch.worker scope
13-
ContributionDiffs.worker scope
13+
-- ContributionDiffs.worker scope
1414
Webhooks.worker scope

0 commit comments

Comments
 (0)