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

Method constructor

packages/queue/src/helpers/keep-alive.ts:8–10  ·  view source on GitHub ↗
(helpers: JobHelpers)

Source from the content-addressed store, hash-verified

6 interval = 1000 * 60 * 2; // 2 minutes
7
8 constructor(helpers: JobHelpers) {
9 this.helpers = helpers;
10 }
11
12 start() {
13 this.intervalID = setInterval(async () => {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected