curl hangs with high CPU usage fetching CoinDesk price
1ma opened this issue · 2 comments
1ma commented
Describe the bug
curl hangs fetching the current price from the CoinDesk API.
The command I'm seeing with htop seems to come from here
For now I've simply disabled the Price Ticker from settings.
Expected behavior
curl is a short term process that shouldn't hang for 195 hours.
Desktop (please complete the following information):
- Browser N/A
- Version N/A
MyNode hardware (please complete the following information):
- Device: Raspi4 8GB
- Version 0.3.17
tehelsper commented
If you run the command manually, do you see the same error? I can add a max timeout to that command and slightly slow the poll rate.
1ma commented