MCPcopy Index your code
hub / github.com/sourcebot-dev/sourcebot / createJobLogger

Function createJobLogger

packages/backend/src/connectionManager.ts:17–17  ·  view source on GitHub ↗
(jobId: string)

Source from the content-addressed store, hash-verified

15const LOG_TAG = 'connection-manager';
16const logger = createLogger(LOG_TAG);
17const createJobLogger = (jobId: string) => createLogger(`${LOG_TAG}:job:${jobId}`);
18const QUEUE_NAME = 'connection-sync-queue';
19
20const CONNECTION_SYNC_TIMEOUT_MS = 1000 * 60 * 60 * 2; // 2 hours

Callers 3

runJobMethod · 0.70
onJobCompletedMethod · 0.70
onJobMaybeFailedMethod · 0.70

Calls 1

createLoggerFunction · 0.90

Tested by

no test coverage detected