Ajustado el periodo de comprobaciones

This commit is contained in:
2026-03-27 12:47:10 +01:00
parent 9b305f887f
commit 1b6da651a6

View File

@@ -33,7 +33,7 @@ async function startCron() {
const volcadoLineasTask = new TaskVolcadoLineas(httpClient, objeniousLineRepository)
const PERIODO_PETICIONES = 10 * 60 * 60
const PERIODO_PETICIONES = 10 * 60 * 1000
const interval = setInterval(async () => {
try {
await objTask.getPendingOperations()