3 Star 9 Fork 2

opensnail/snail-job-python

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
main.py 487 Bytes
一键复制 编辑 原始数据 按行查看 历史
dhb52 提交于 2024-10-07 00:01 . feat: 添加MapReduce示例
import demo_job
from snailjob import ExecutorManager, client_main
if __name__ == "__main__":
ExecutorManager.register(demo_job.test_job_executor)
ExecutorManager.register(demo_job.test_job_executor_failed)
ExecutorManager.register(demo_job.testWorkflowAnnoJobExecutor)
ExecutorManager.register(demo_job.testMyMapExecutor)
ExecutorManager.register(demo_job.testAnnoMapJobExecutor)
ExecutorManager.register(demo_job.testAnnoMapReduceJobExecutor)
client_main()
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/opensnail/snail-job-python.git
git@gitee.com:opensnail/snail-job-python.git
opensnail
snail-job-python
snail-job-python
master

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385