Why Spring boot runs scheduled asynchronous method (with fixed delay) multiple time concurrent?

前端 未结 0 736
滥情空心
滥情空心 2021-02-06 16:12

I have a component that runs asynchronous method with fixed delay:

@Component
@EnableAsync
public class JobHandler {
    protected final Log logger = LogFactory.g         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题