feat: import handleRunRecording

This commit is contained in:
karishmas6
2024-10-07 01:21:19 +05:30
parent 36133f484c
commit 48c0145ddc

View File

@@ -9,6 +9,7 @@ import { createRemoteBrowserForRun, destroyRemoteBrowser } from './browser-manag
import logger from './logger';
import { browserPool } from "./server";
import { googleSheetUpdateTasks, processGoogleSheetUpdates } from "./workflow-management/integrations/gsheet";
import { handleRunRecording } from "./workflow-management/scheduler";
const connection = new IORedis({
host: 'localhost',