mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-05 20:16:03 +08:00
fix(queue-worker): log lock extensions
This commit is contained in:
parent
a1c2ee5aa9
commit
ab7a35c581
@ -45,6 +45,7 @@ const sq = getScrapeQueue();
|
||||
|
||||
const processJobInternal = async (token: string, job: Job) => {
|
||||
const extendLockInterval = setInterval(async () => {
|
||||
Logger.info(`🐂 Worker extending lock on job ${job.id}`);
|
||||
await job.extendLock(token, jobLockExtensionTime);
|
||||
}, jobLockExtendInterval);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user