We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
application.yml中配置任务信息,应用起不来,配置如下
elastic: job: job1: cron: * 0/5 * * * ? description: 任务1 disabled: false failover: true jobParameter: 1800000,300000 misfire: false monitorExecution: false overwrite: true shardingItemParameters: 0=0,1=1 shardingTotalCount: 1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
application.yml中配置任务信息,应用起不来,配置如下
elastic:
job:
job1:
cron: * 0/5 * * * ?
description: 任务1
disabled: false
failover: true
jobParameter: 1800000,300000
misfire: false
monitorExecution: false
overwrite: true
shardingItemParameters: 0=0,1=1
shardingTotalCount: 1
The text was updated successfully, but these errors were encountered: