> For the complete documentation index, see [llms.txt](https://tg-qisi-tae.gitbook.io/tg.qisi_tae-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tg-qisi-tae.gitbook.io/tg.qisi_tae-docs/17-ren-wu-bing-xing-zan-ting-yu-duan-dian-xu-pao.md).

# 17 任务并行、暂停与断点续跑

多任务并行、暂停、续跑、补号和账号冷却规则。

软件允许不同任务同时运行，但系统会统一限制平台连接，并避免同一个账号在冲突任务中同时执行。

![系统资源与运行状态](https://3113701068-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F3h2NgAnxHRZdWHkoarUV%2Fuploads%2FPVmg6jt4D0dcRMJWN5YU%2F01-system-settings.jpg?alt=media)

## 可以怎样并行

* 账号分类A运行群发，分类B运行私信，可以同时进行。
* 不同账号集合创建多个群发任务，可以同时进行。
* 同一批账号被多个任务选中时，由统一调度和账号冷却控制，不能在同一时间重复执行冲突操作。

## 暂停与继续

暂停会停止继续领取新工作，已经进入单步操作的账号会在安全位置结束当前步骤。点击继续后，任务从已保存的进度恢复，不会把全部目标重新生成一遍。

## 给运行任务补号

任务创建时会保存当时的账号集合。之后向同一分类导入新号，新号不会自动加入正在运行的任务。需要时执行 **补入分类新账号**；系统重新识别该分类，只加入尚未绑定当前任务的账号，避免重复和编号变化造成错乱。

## 内存和负载

目标数据按批次读取和创建，不一次性把全部记录载入内存。任务结束后工作线程和连接逐步释放；运行库可能保留少量缓存，因此系统内存不一定瞬间恢复到启动前。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://tg-qisi-tae.gitbook.io/tg.qisi_tae-docs/17-ren-wu-bing-xing-zan-ting-yu-duan-dian-xu-pao.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
