# task **Repository Path**: mankouzhuya/task ## Basic Information - **Project Name**: task - **Description**: 有赞延迟队列简单实现。包含定时任务与延迟任务。支持客户端集群部署 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2018-07-27 - **Last Updated**: 2021-06-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # task #### 项目介绍 有赞延迟队列简单实现。包含定时任务与延迟任务。支持客户端集群部署 #### 软件架构 该task调度中心是典型cs架构,server端只需要依赖redis中间件即可。底层通信使用t-io.感谢t-io. 全部代码包含在client模块里面,server模块是clone自BootDo的一个项目,准备作为视图展示层使用,在BootDo的基础上添加了一些功能,目前属于半成品 #### 安装教程 1. server启动类在client模块里面的com.xiehua.task.server.ServerApp 2. client启动类在client模块里面的com.xiehua.task.client.ClientApp 3. 配置文件akka.conf可根据需要修改 4. 配置文件task.properties的task.client.cid和task.client.secret_key作为server与client通信使用的id和密钥 5. 配置文件task.properties的task.client.delay_task.executer是延迟任务执行类 6. 配置文件task.properties的task.client.fixed_task.package是定时任务的包扫描路径 7. 监控和钉钉机器人可根据需求配置 #### 使用说明 1. com.xiehua.task.client.ClientApp 有简单的定时任务和延迟任务的demo #### 参与贡献 1. Fork 本项目 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request #### 码云特技 1. 使用 Readme\_XXX.md 来支持不同的语言,例如 Readme\_en.md, Readme\_zh.md 2. 码云官方博客 [blog.gitee.com](https://blog.gitee.com) 3. 你可以 [https://gitee.com/explore](https://gitee.com/explore) 这个地址来了解码云上的优秀开源项目 4. [GVP](https://gitee.com/gvp) 全称是码云最有价值开源项目,是码云综合评定出的优秀开源项目 5. 码云官方提供的使用手册 [http://git.mydoc.io/](http://git.mydoc.io/) 6. 码云封面人物是一档用来展示码云会员风采的栏目 [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/)