api: add job to cleanup stale devices every 30 days

This commit is contained in:
Abdullah Atta
2025-08-19 12:24:43 +05:00
parent 33a189fe91
commit 1344199807
3 changed files with 85 additions and 0 deletions

View File

@@ -17,6 +17,8 @@
<PackageReference Include="Microsoft.AspNetCore.Server.Kestrel.Https" Version="2.2.0" />
<PackageReference Include="OpenTelemetry.Exporter.Prometheus.AspNetCore" Version="1.9.0-alpha.2" />
<PackageReference Include="OpenTelemetry.Extensions.Hosting" Version="1.8.1" />
<PackageReference Include="Quartz" Version="3.5.0" />
<PackageReference Include="Quartz.AspNetCore" Version="3.5.0" />
</ItemGroup>
<ItemGroup>