在 SpringBoot 应用中调度后 Heroku 抛出以下异常:
[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...
系统:Heroku、SpringBoot、org.springframework.scheduling.annotation.EnableScheduling
我通过重新启动中断了它。
在我的上下文中这是什么意思以及如何解决它?
谢谢!