refactor: Substitui APScheduler por asyncio nativo para OCP

- Remove dependência apscheduler
- Implementa loop asyncio com sleep calculado
- Compatível com ambientes sem cron (OCP/Kubernetes)
- Documenta solução em SCHEDULER.md
This commit is contained in:
Frederico Castro
2025-12-10 01:55:55 -03:00
parent 3ea6a4409e
commit c6aaf66e87
4 changed files with 112 additions and 35 deletions

View File

@@ -7,4 +7,3 @@ python-dateutil==2.8.2
httpx==0.26.0
python-dotenv==1.0.0
aiohttp==3.9.1
apscheduler==3.10.4