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

Function createTypesenseOnNewCommunity

apps/web/queue/jobs.ts:180–187  ·  view source on GitHub ↗
(payload: {
  accountId: string;
})

Source from the content-addressed store, hash-verified

178}
179
180export async function createTypesenseOnNewCommunity(payload: {
181 accountId: string;
182}) {
183 const worker = await WorkerSingleton.getInstance();
184 return await worker.addJob('typesenseSetup', payload, {
185 maxAttempts: 1,
186 });
187}
188
189export async function createLlmQuestionTask(payload: {
190 accountId: string;

Callers 1

eventNewCommunityFunction · 0.90

Calls 1

getInstanceMethod · 0.80

Tested by

no test coverage detected