Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wsmonitor_sql
Overview
Overview
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
宋鹏博
wsmonitor_sql
Commits
7d6f8b69
Commit
7d6f8b69
authored
Sep 23, 2025
by
宋鹏博
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改监控阈值
parent
a0b1981f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
cutils.py
common/cutils.py
+1
-1
No files found.
common/cutils.py
View file @
7d6f8b69
...
...
@@ -74,7 +74,7 @@ def aireview_task():
semantics_task_count
=
DButils_aireview
()
.
select_sql
(
"select count(*) from aireview.semantics_task where status = 0;"
)
ideology_task_count
=
DButils_aireview
()
.
select_sql
(
"select count(*) from aireview.ideology_task where status = 0;"
)
if
semantics_task_count
[
0
][
0
]
>
10000
or
ideology_task_count
[
0
][
0
]
>
1
0000
:
if
semantics_task_count
[
0
][
0
]
>
60000
or
ideology_task_count
[
0
][
0
]
>
2
0000
:
task_count
(
semantics_task_count
[
0
][
0
],
ideology_task_count
[
0
][
0
],
url
=
aireview_task_url
)
...
...
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