PANIXS opened a new issue #1745:
URL: https://github.com/apache/shardingsphere-elasticjob/issues/1745
## Bug Report
I write a job in springboot, first time,it started success, but when i
restart, it cant start, the exception is
rg.apache.shardingsphere.elasticjob.infra.exception.JobConfigurationException:
Job conflict with register center. The job 'tyydHistoryJob' in register
center's class is
'com.qx.job.jobs.tyyd.QueryFlowHistory$$EnhancerBySpringCGLIB$$d7a64376', your
job class is
'com.qx.job.jobs.tyyd.QueryFlowHistory$$EnhancerBySpringCGLIB$$b20aaec1'
I already set the overwrite=true,but not work,there is my config:
tyydHistoryJob:
overwrite: true
elasticJobClass: com.qx.job.jobs.tyyd.QueryFlowHistory
cron: 0/3 * * * * ?
shardingTotalCount: 3
shardingItemParameters: 0=Beijing,1=Shanghai,2=Guangzhou
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]