jtaskino icon indicating copy to clipboard operation
jtaskino copied to clipboard

分布式定时任务问题

Open SpringStudent opened this issue 6 years ago • 1 comments
trafficstars

互斥执行只保证了在一台固定的机器上执行,如果该机器节点挂了,分布式任务就没有意义了把

SpringStudent avatar May 08 '19 07:05 SpringStudent

如果在执行任务的过程中挂了,那么这个任务就miss了,taskino没有任务的重试机制,如果是在其它时间(没到点)某个进城挂了,这个任务还是会被其它进城抢到而执行

pyloque avatar May 16 '19 04:05 pyloque