Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
csst-cicd
csst-dag
Commits
dd1e1994
"csst_dag/git@csst-tb.bao.ac.cn:csst-cicd/csst-dag.git" did not exist on "c1df3efad465cfabd144cb7b60f2c3a1efb1e748"
Commit
dd1e1994
authored
Jul 09, 2025
by
BO ZHANG
🏀
Browse files
add prc_status to DATA_BASIS
parent
f456c441
Changes
1
Show whitespace changes
Inline
Side-by-side
csst_dag/dag/_dispatcher.py
View file @
dd1e1994
...
...
@@ -40,14 +40,14 @@ LEVEL1_PARAMS = {
"batch_id"
:
"default_batch"
,
}
PROC_PARAMS
=
{
"priority"
:
1
,
"batch_id"
:
"default_batch"
,
"pmapname"
:
"pmapname"
,
"final_prc_status"
:
-
2
,
"demo"
:
False
,
# should be capable to extend
}
#
PROC_PARAMS = {
#
"priority": 1,
#
"batch_id": "default_batch",
#
"pmapname": "pmapname",
#
"final_prc_status": -2,
#
"demo": False,
#
# should be capable to extend
#
}
# plan basis keys
PLAN_BASIS_KEYS
=
(
...
...
@@ -70,6 +70,7 @@ DATA_BASIS_KEYS = (
"detector"
,
"file_name"
,
"_id"
,
"prc_status"
,
)
# join_type for data x plan
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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