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
增加作业以事件触发而非仅仅由时间调度触发的支持。
lite版本原本就支持,只是没提供rest API,未来将会完善lite版本的rest api,lite api请参见com.dangdang.ddframe.job.lite.lifecycle.api.JobOperateAPI的trigger方法。
cloud版本已经提供rest api,请参考cloud版本的部署文档。示例: curl -l -H "Content-type: application/json" -X POST -d 'foo_job' http://elastic_job_cloud_host:8899/job/trigger
The text was updated successfully, but these errors were encountered:
8aafa16
No branches or pull requests
增加作业以事件触发而非仅仅由时间调度触发的支持。
lite版本原本就支持,只是没提供rest API,未来将会完善lite版本的rest api,lite api请参见com.dangdang.ddframe.job.lite.lifecycle.api.JobOperateAPI的trigger方法。
cloud版本已经提供rest api,请参考cloud版本的部署文档。示例:
curl -l -H "Content-type: application/json" -X POST -d 'foo_job' http://elastic_job_cloud_host:8899/job/trigger
The text was updated successfully, but these errors were encountered: