mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-05 20:36:01 +08:00
fix(queue-worker): remove concurrency entries when done in sentry-less branch
This commit is contained in:
parent
53fce67ca1
commit
d2881927c1
@ -214,7 +214,9 @@ const workerFun = async (
|
||||
() => {
|
||||
processJobInternal(token, job)
|
||||
.finally(() => {
|
||||
|
||||
if (job.id && job.data && job.data.team_id) {
|
||||
redisConnection.zrem(concurrencyLimiterKey, job.id);
|
||||
}
|
||||
});
|
||||
}
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user