2 Medium tech debts
2 Tech Debts
Component | Priority | Teams | Description | Notes | Links |
---|---|---|---|---|---|
Kronicle Service | Medium | Kronicle Service stores all of its data in-memory. This means:
| |||
Kronicle Service | Medium | Currently Kronicle Service refreshing its data on a schedule. Data is reloaded every 15 minutes. This means that external services like Git repos, Zipkin, SonarQube are hit every 15 minutes. It would probably be better to replace this approach with a combination of webhooks for Git repos and less frequent refresh intervals for data sources like Zipkin and SonarQube. |