I'm running into this error with an 'Always-On' task - I NEVER see it if I run the task as a normal console task but once it appears in an 'Always On' task, it's permanent(at least until I stop/start the task when it usually disappears for a while)
My script accesses the Path of Exile API - that is rate-limited but I'm pretty sure this isn't an error at their end and I have loads of sleep commands to ensure I never trip the rate-limits (I've run this script in consoles without any errors - and on my local PC for DAYS without any errors)
The Python exception was HTTPSConnectionPool(host='api.pathofexile.com', port=443): Max retries exceeded with url: /character-window/get-characters?accountName=ohnpeat&realm=pc (Caused by NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x7f903e233050>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
There are some older topics which suggest this is an Amazon issue perhaps - just not sure why it only seems to affect "Always On" tasks?
Ideas?