- 2026-08-17 1.6.0.0 Se reduce el tiempo de 5 minutos a 30 segundos el intervalo de envio de sms
This commit is contained in:
@@ -3,8 +3,9 @@
|
|||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<TargetFramework>net8.0</TargetFramework>
|
<TargetFramework>net8.0</TargetFramework>
|
||||||
<Copyright>© 2026 Tecnosis S.A.</Copyright>
|
<Copyright>© 2026 Tecnosis S.A.</Copyright>
|
||||||
<AssemblyVersion>1.5.0.0</AssemblyVersion>
|
<AssemblyVersion>1.6.0.0</AssemblyVersion>
|
||||||
<PackageReleaseNotes>
|
<PackageReleaseNotes>
|
||||||
|
- 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-06-15 1.5.0.0 Actualizacion tsUtilidades
|
||||||
- 2026-05-12 1.2.0.0 Correccion tsUtilidades
|
- 2026-05-12 1.2.0.0 Correccion tsUtilidades
|
||||||
- 2026-05-12 1.1.0.0 Se añade rutina diaria FinalizaPolizasPagoUnicoVencidas
|
- 2026-05-12 1.1.0.0 Se añade rutina diaria FinalizaPolizasPagoUnicoVencidas
|
||||||
|
|||||||
@@ -47,7 +47,7 @@ namespace Servicio_Gestion_Asegasa
|
|||||||
//Creo q aqui se deberia llamar a los servicios
|
//Creo q aqui se deberia llamar a los servicios
|
||||||
}
|
}
|
||||||
await ProcesosConf.ProcesarAsync();
|
await ProcesosConf.ProcesarAsync();
|
||||||
await System.Threading.Tasks.Task.Delay(1000 * 60 * 5, stoppingToken);
|
await System.Threading.Tasks.Task.Delay(1000 * 30 , stoppingToken);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
catch (OperationCanceledException)
|
catch (OperationCanceledException)
|
||||||
|
|||||||
Reference in New Issue
Block a user