@summary: 添加任务, 每次启动start_monitor 都会调用,且在init_task之前调用 --------- --------- @result:
(self)
| 131 | self._task_table = task_table # mysql中的任务表 |
| 132 | |
| 133 | def add_task(self): |
| 134 | """ |
| 135 | @summary: 添加任务, 每次启动start_monitor 都会调用,且在init_task之前调用 |
| 136 | --------- |
| 137 | --------- |
| 138 | @result: |
| 139 | """ |
| 140 | |
| 141 | def start_requests(self, task: PerfectDict): |
| 142 | """ |
no outgoing calls
no test coverage detected