This commit is contained in:
Nicolas 2024-07-30 16:15:08 -04:00
parent f43d5e7895
commit 52198f2991
2 changed files with 0 additions and 4 deletions

View File

@ -92,8 +92,6 @@ export async function scrapeHelper(
// let j1 = typeof j[1] === "string" ? JSON.parse(j[1]) : j[1];
console.log("JOB RESULT", jobResult);
const doc = jobResult !== null ? jobResult[0] : (await supabase_service
.from("firecrawl_jobs")
.select("docs")

View File

@ -117,8 +117,6 @@ async function processJob(job: Job, token: string) {
Logger.debug(`🐂 Worker taking job ${job.id}`);
try {
console.log("🐂 Updating progress");
console.log({ job });
job.updateProgress({
current: 1,
total: 100,