Heroku after Scheduling in the SpringBoot app throw the following exceptions:
[heroku-exec] ERROR: Could not connect to proxy! Waiting 10 seconds before retry...
[heroku-exec] ERROR: Could not connect to proxy! Waiting 20 seconds before retry...
System: Heroku, SpringBoot, org.springframework.scheduling.annotation.EnableScheduling
I interrupted it via restart.
What does it mean in my context and how to fix it?
Thanks!