TSK-476: Bitrix import fixes (#2548)

Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
Andrey Sobolev
2023-01-27 18:14:40 +06:00
committed by GitHub
parent dd68380e7e
commit 474cb9c887
27 changed files with 948 additions and 562 deletions
+6
View File
@@ -0,0 +1,6 @@
import PQueue from 'p-queue'
export const bitrixQueue = new PQueue({
intervalCap: 2,
interval: 1000
})