mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-14 15:46:05 +08:00
feat(log_job): is_migrated: true
This commit is contained in:
parent
d925bf2f68
commit
7bb5643028
@ -101,6 +101,7 @@ export async function logJob(job: FirecrawlJob, force: boolean = false) {
|
||||
retry: !!job.retry,
|
||||
crawl_id: job.crawl_id,
|
||||
tokens_billed: job.tokens_billed,
|
||||
is_migrated: true,
|
||||
};
|
||||
|
||||
// Send job to external server
|
||||
|
Loading…
x
Reference in New Issue
Block a user