diff --git a/ServicioGestionAsegasa/ServicioGestionAsegasa.csproj b/ServicioGestionAsegasa/ServicioGestionAsegasa.csproj index e6c3bc3..c4cb789 100644 --- a/ServicioGestionAsegasa/ServicioGestionAsegasa.csproj +++ b/ServicioGestionAsegasa/ServicioGestionAsegasa.csproj @@ -3,8 +3,9 @@ net8.0 © 2026 Tecnosis S.A. - 1.5.0.0 + 1.6.0.0 + - 2026-08-17 1.6.0.0 Se reduce el tiempo de 5 minutos a 30 segundos el intervalo de envio de sms - 2026-06-15 1.5.0.0 Actualizacion tsUtilidades - 2026-05-12 1.2.0.0 Correccion tsUtilidades - 2026-05-12 1.1.0.0 Se añade rutina diaria FinalizaPolizasPagoUnicoVencidas diff --git a/ServicioGestionAsegasa/Worker.cs b/ServicioGestionAsegasa/Worker.cs index 02af908..f46abd4 100644 --- a/ServicioGestionAsegasa/Worker.cs +++ b/ServicioGestionAsegasa/Worker.cs @@ -47,7 +47,7 @@ namespace Servicio_Gestion_Asegasa //Creo q aqui se deberia llamar a los servicios } await ProcesosConf.ProcesarAsync(); - await System.Threading.Tasks.Task.Delay(1000 * 60 * 5, stoppingToken); + await System.Threading.Tasks.Task.Delay(1000 * 30 , stoppingToken); } } catch (OperationCanceledException)