ambitious-soccer-63281
05/23/2025, 4:26 AMCACHE_EXPIRES_TTL: "3600"
• CACHE_STALE_TTL: "60"
I keep seeing this error in the proxy logs:
{
"err": {
"type": "Error",
"message": "HTTP error: 502",
"stack": "Error: HTTP error: 502\n at /usr/local/src/app/packages/apps/proxy/dist/services/features/index.js:91:27\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)"
},
"msg": "Refresh stale cache error"
}
Here's the relevant code snippet for reference: Link to code
Has anyone else faced this issue or has suggestions on how to troubleshoot or fix it?