Skip to content

Commit 25ee43b

Browse files
committed
Fix for path to zod-worker
1 parent 844cb77 commit 25ee43b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/webapp/app/services/runExecutionRateLimiter.server.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import {
1111
import { JobHelpers, Task } from "graphile-worker";
1212
import { singleton } from "~/utils/singleton";
1313
import { logger } from "./logger.server";
14-
import { ZodWorkerRateLimiter } from "~/platform/zodWorker.server";
14+
import { ZodWorkerRateLimiter } from "@internal/zod-worker";
1515
import {
1616
ConcurrencyLimitGroup,
1717
JobRun,
@@ -117,7 +117,7 @@ if currentSize < maxSize then
117117
return true
118118
else
119119
redis.call('SADD', forbiddenFlagsKey, forbiddenFlag)
120-
120+
121121
return false
122122
end
123123
`,

0 commit comments

Comments
 (0)