We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16cf6cb commit af65e4aCopy full SHA for af65e4a
src/tools/analyze_financial_asset.py
@@ -243,7 +243,8 @@ def analyze_financial_asset(
243
# 1. Transient errors (network issues, API rate limits) should be retried
244
# 2. Invalid tickers fail fast (symbol resolution is quick)
245
# 3. Caching errors could hide resolved issues
246
- # If error caching is needed, implement with short TTL and proper invalidation
+ # The current cache for successful responses has no expiration (no TTL).
247
+ # If error caching is needed in the future, implement with short TTL and proper invalidation.
248
if use_cache:
249
_set_cached_analysis(ticker, years, result_json)
250
0 commit comments