Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
G
graces
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
rank
graces
Commits
307c8969
Commit
307c8969
authored
Dec 17, 2019
by
lixiaofang
Browse files
Options
Browse Files
Download
Plain Diff
最新gaia代码
parents
dc127c0c
7820b639
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
3 deletions
+1
-3
-f
-f
+0
-0
workspace.xml
.idea/workspace.xml
+0
-0
special_service_dbmw.py
api/tool/special_service_dbmw.py
+1
-3
No files found.
-f
0 → 100644
View file @
307c8969
.idea/workspace.xml
View file @
307c8969
This diff is collapsed.
Click to expand it.
api/tool/special_service_dbmw.py
View file @
307c8969
...
...
@@ -14,16 +14,14 @@ from gm_dbmw_api.descriptor.source import GroupedSource, MySQLTableScanSource
from
gm_dbmw_api.descriptor.sink
import
CeleryV1Sink
from
gm_dbmw_api.descriptor.source
import
MySQLTableSource
DB
=
settings
.
DATABASES
[
'default'
][
'NAME'
]
sink_update_with_tag
=
CeleryV1Sink
(
task
=
'api.tasks.special_service_dbmw.update_with_tag'
,
key_list_param_name
=
'ids'
,
static_params_json
=
'{}'
,
broker_url
=
settings
.
BROKER_URL
,
queue
=
''
,
queue
=
'
gaia-dbmw
'
,
unpack_input_tuple
=
True
,
batch_size_limit
=
20
,
flow_rate_limit
=
20.0
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment