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

Class

packages/queue/src/helpers/keep-alive.ts:3–3  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import type { JobHelpers } from 'graphile-worker';
2
3export class KeepAlive {
4 intervalID: NodeJS.Timer | undefined;
5 helpers: JobHelpers;
6 interval = 1000 * 60 * 2; // 2 minutes

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected