Files
ivatar/ivatar
Oliver Falk e79398bc33 Fix performance issues in /deployment/version/ endpoint
- Add proper cache expiration with 5-minute TTL
- Optimize git log file reading to avoid loading entire file
- Read only last chunk (1024 bytes) instead of all lines
- Add shorter TTL (30s) for error cases to allow retry
- Improve error handling with UnicodeDecodeError support
- Maintain backward compatibility and security (no subprocess calls)

This fixes the 30-second response time issue by implementing efficient
caching and optimized file I/O operations.
2025-10-17 14:03:45 +02:00
..
2025-09-26 10:18:58 +02:00
2021-09-14 16:01:23 +02:00
2022-12-05 15:56:12 +00:00
2022-02-11 13:22:54 +01:00
2025-09-26 11:30:57 +02:00
2025-09-24 17:44:41 +02:00
2022-02-11 13:18:01 +01:00