|
@@ -4,7 +4,6 @@ import java.util.Date;
|
4
|
4
|
import java.util.HashMap;
|
5
|
5
|
import java.util.Map;
|
6
|
6
|
|
7
|
|
-import org.quartz.DisallowConcurrentExecution;
|
8
|
7
|
import org.quartz.JobExecutionContext;
|
9
|
8
|
import org.quartz.JobExecutionException;
|
10
|
9
|
import org.quartz.JobKey;
|
|
@@ -27,7 +26,7 @@ import com.xxl.job.core.util.DynamicSchedulerUtil;
|
27
|
26
|
* “@DisallowConcurrentExecution” diable concurrent, thread size can not be only one, better given more
|
28
|
27
|
* @author xuxueli 2015-12-17 18:20:34
|
29
|
28
|
*/
|
30
|
|
-@DisallowConcurrentExecution
|
|
29
|
+//@DisallowConcurrentExecution
|
31
|
30
|
public class RemoteHttpJobBean extends QuartzJobBean {
|
32
|
31
|
private static Logger logger = LoggerFactory.getLogger(RemoteHttpJobBean.class);
|
33
|
32
|
|