Nick: bull mq

This commit is contained in:
Nicolas
2024-07-30 13:27:23 -04:00
parent 46bcbd931f
commit 7e002a8b06
16 changed files with 330 additions and 99 deletions
+1 -1
View File
@@ -74,7 +74,7 @@ export async function crawlController(req: Request, res: Response) {
});
const docs = await a.getDocuments(false, (progress) => {
job.progress({
job.updateProgress({
current: progress.current,
total: progress.total,
current_step: "SCRAPING",