MCPcopy Create free account
hub / github.com/Linen-dev/linen.dev / checkPropagation

Function checkPropagation

packages/queue/src/tasks/custom-domain-propagate.ts:6–10  ·  view source on GitHub ↗
(_: any, helpers: JobHelpers)

Source from the content-addressed store, hash-verified

4import type { JobHelpers } from 'graphile-worker';
5
6export const checkPropagation = async (_: any, helpers: JobHelpers) => {
7 const logger = new Logger(helpers.logger);
8
9 await task(logger);
10};
11
12async function task(logger: Logger) {
13 const domains = await prisma.accounts.findMany({

Callers

nothing calls this directly

Calls 1

taskFunction · 0.70

Tested by

no test coverage detected