Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
csst
Scalebox Apps
Commits
2097a0a0
Commit
2097a0a0
authored
Jul 15, 2025
by
Zhang Xiaoli
Browse files
增加优先级sorted_tag
parent
7677fe0b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
L1/dockerfiles/redis-cli/run.sh
L1/dockerfiles/redis-cli/run.sh
+1
-1
No files found.
L1/dockerfiles/redis-cli/run.sh
View file @
2097a0a0
...
...
@@ -76,7 +76,7 @@ do
priority
=
$(
expr
$num
-
${
priority
%%[^1-9]*
}
)
echo
"priority : "
$priority
scalebox task add
--app-id
${
app_id
}
--header
sort_tag
=
${
priority
}
--header
dag_run_id
=
${
dag_run_id
}
--header
repeatable
=
yes
--upsert
--sink-job
${
job_name
}
${
message
}
scalebox task add
--app-id
${
app_id
}
--header
sort
ed
_tag
=
${
priority
}
--header
dag_run_id
=
${
dag_run_id
}
--header
repeatable
=
yes
--upsert
--sink-job
${
job_name
}
${
message
}
code
=
$?
fi
...
...
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