diff --git a/server/src/worker.ts b/server/src/worker.ts index 98c9f0e7..1177383d 100644 --- a/server/src/worker.ts +++ b/server/src/worker.ts @@ -58,4 +58,6 @@ async function jobCounts() { console.log('Jobs:', jobCounts); } -jobCounts(); \ No newline at end of file +jobCounts(); + +export { workflowQueue, runWorkflow }; \ No newline at end of file