# 任务中心 **Repository Path**: justonlyyo/task-center ## Basic Information - **Project Name**: 任务中心 - **Description**: 一个celery实现的分布式异步任务中心。可以实现定时/延时任务等功能。 - **Primary Language**: Python - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-12-08 - **Last Updated**: 2026-07-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # readme #### 简述 此项目只有一个环境,部署在阿里云应用服务器2上 > 远程开发环境也在 阿里云应用服务器2上 /home/task-center 一个celery实现的分布式异步任务中心。可以实现定时/延时任务等功能 。已知的功能 * 延时队列 用于实现分级的消息通知机制。比如当告警发生时,先通知到当事人。当2小时未处理完成后。通知到上级。 #### 项目容器 部署在 47.100.174.27 阿里云应用2 上, 容器名 task-center 对应的域名: task.ihcc.com.cn 端口 12005 ```shell sudo docker run -p 12005:12005 -e WORKENV=pro -e LANG=C.UTF-8 -e TZ=Asia/Shanghai -ti -e PYTHONIOENCODING=utf-8 --name task-center registry.cn-hangzhou.aliyuncs.com/justonlyyo/python:3.10.12 /home/start.sh ``` #### 关联容器 ##### 消息发送容器 * 容器名: message-send * 服务器:61.169.129.195 * 端口:19001 >
注意,这个容器的项目不会自启动,需要进入容器手动执行 supervisord
#### 关键更新历史 #### 2025-08-25 * old: 32fa1636a4100528b15e8c882fa1e3d8d2b141a5