# task **Repository Path**: wumengxin2020/task ## Basic Information - **Project Name**: task - **Description**: 一个开箱可用的任务调度系统,利用DAG进行任务调度执行,支持异步回调。 - **Primary Language**: Go - **License**: AGPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2022-08-24 - **Last Updated**: 2025-03-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 通用任务系统 ## 系统框架 ![通用任务系统](static/task.png) ## 快速开始 安装: - docker - docker-compose ``` docker-compose version Docker Compose version v2.10.1 ``` 项目根目录下: 编辑images: > docker-compose build 启动服务: > docker-compose up 打开监控: > http://0.0.0.0:53000 测试脚本: > python3 test/task.py ## 压测结果 ![](test/1.jpeg) ![](test/2.jpeg) ![](test/3.jpeg)