I have a script connecting to external api on hourly basis using Requests module. It worked fine for couple of months. Now I’m getting requests.exceptions.ConnectTimeout when I run it as a scheduled task. But when I run it from console it still works ok. What is the problem?