# 运行时服务 ## 定位 - 组件编码:`worker` - 组件包名:`zoujingli/think-plugs-worker` - 主要职责:HTTP 服务、队列服务与跨平台进程托管 ## 边界 - 仅暴露命令接口,不提供业务 HTTP API - 主要入口:`php think xadmin:worker`、`php think xadmin:queue` - 通过发布规则输出 `config/worker.php` ## 文档 - 命令接口说明:`readme.api.md` - 官方页面:[https://thinkadmin.top/plugin/think-plugs-worker.html](https://thinkadmin.top/plugin/think-plugs-worker.html)