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
be8e95a1
Commit
be8e95a1
authored
Dec 09, 2025
by
杨基红
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.\common\cutils.py
parent
f1eb17cf
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 @
be8e95a1
...
...
@@ -96,6 +96,6 @@ def aireview_task():
"select count(*) from document_record where status in (0,1) and create_time >=CURDATE();"
)
dochub_file_process_over10minutes_count
=
DButils_dochub
()
.
select_sql
(
"SELECT COUNT(*) FROM document_record WHERE status IN (1) AND create_time >= CURDATE() AND TIMESTAMPDIFF(MINUTE, create_time, update_time) > 30;"
)
if
semantics_task_count
[
0
][
0
]
>
60000
or
ideology_task_count
[
0
][
0
]
>
20000
or
validate_logic_task_count
[
0
][
0
]
>
20000
or
knowledge_task_count
[
0
][
0
]
>
20000
or
dochub_task_count
[
0
][
0
]
>
500
or
dochub_file_process_over10minutes_count
[
0
][
0
]
>
0
or
english_precedent_task
[
0
][
0
]
>
0
:
if
semantics_task_count
[
0
][
0
]
>
60000
or
ideology_task_count
[
0
][
0
]
>
20000
or
validate_logic_task_count
[
0
][
0
]
>
20000
or
knowledge_task_count
[
0
][
0
]
>
20000
or
dochub_task_count
[
0
][
0
]
>
500
or
dochub_file_process_over10minutes_count
[
0
][
0
]
>
0
or
english_precedent_task
[
0
][
0
]
>
30
0
:
task_count
(
semantics_task_count
[
0
][
0
],
ideology_task_count
[
0
][
0
],
validate_logic_task_count
[
0
][
0
],
knowledge_task_count
[
0
][
0
],
dochub_task_count
[
0
][
0
],
dochub_file_process_over10minutes_count
[
0
][
0
],
english_precedent_task
[
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