Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
K
kb
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 2
    • Issues 2
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • Operations
    • Operations
    • Incidents
  • Analytics
    • Analytics
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • granite
  • kb
  • Wiki
    • Knowledge_share
  • taskHUB 介绍

taskHUB 介绍 · Changes

Page history
add:taskhub authored Nov 03, 2021 by 吴一博's avatar 吴一博
Show whitespace changes
Inline Side-by-side
Showing with 9 additions and 18 deletions
+9 -18
  • knowledge_share/taskHUB-介绍.md knowledge_share/taskHUB-介绍.md +9 -18
  • No files found.
knowledge_share/taskHUB-介绍.md
View page @ e8d5d216
---
marp: false paginate: true headingDivider: 3
# theme: uncover
# class: giga
# size: 4:3
# backgroundImage: url('images/logo.png')
backgroundPosition: 95% 5% backgroundSize: h:80 w:80
---
# 分享的目的
* 目前工作中已经大量的在使用,但大家对他没有**系统性**的认识
......@@ -269,7 +255,7 @@ outbound:
- name: 'zongju_captcha_ts3'
# disable: True
selector:
- "task_src in [3] and not detail_url and data_type"
- "task_src in [3] and not detail_url and data_type and task_parms['province'] == 'GD'"
max_lag: -1
retry_limits: 5
token_scope: "*"
......@@ -390,8 +376,10 @@ ExtractTaskParams, ExtractMetadata这些convert就是为了保证这一点而设
哪些任务状态直接分发到failback所指定的outbound上。
## 常用接口
### 任务提交接口
> http://<host>:<port>/task/
http://<host>:<port>/task/
```http request
POST http://10.8.6.222:8517/task/
......@@ -408,7 +396,9 @@ Content-Type: application/json
```
### 任务分发测试接口
> http://<host>:<port>/inbound/<inbound名称>/check_task/
http://<host>:<port>/inbound/<inbound名称>/check_task/
```http request
POST http://10.8.6.222:8526/inbound/gravel_inbound/check_task/
......@@ -438,7 +428,8 @@ Content-Type: application/json
```
### outbound查看接口
> http://<host>:<port>/outbound/<outbound_prefix>
http://<host>:<port>/outbound/<outbound_prefix>
```http request
......
Clone repository
  • README
  • basic_guidelines
  • basic_guidelines
    • basic_guidelines
    • dev_guide
    • project_build
    • 开发流程
  • best_practice
  • best_practice
    • AlterTable
    • RDS
    • azkaban
    • create_table
    • design
    • elasticsearch
    • elasticsearch
      • ES运维
    • logstash
View All Pages