mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-12 22:09:01 +08:00
feat(queue-worker): improve team-based logging
This commit is contained in:
parent
780442d73b
commit
bd36c441d3
@ -386,6 +386,7 @@ async function processJob(job: Job & { id: string }, token: string) {
|
||||
jobId: job.id,
|
||||
scrapeId: job.id,
|
||||
crawlId: job.data?.crawl_id ?? undefined,
|
||||
teamId: job.data?.team_id ?? undefined,
|
||||
});
|
||||
logger.info(`🐂 Worker taking job ${job.id}`, { url: job.data.url });
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user