Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
M
meta_base_code
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
宋柯
meta_base_code
Commits
bc40b479
Commit
bc40b479
authored
Sep 29, 2021
by
李小芳
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改某些队列的报警时间
parent
a68453a0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
celery_stats_monitor.py
celery_stats/celery_stats_monitor.py
+3
-3
No files found.
celery_stats/celery_stats_monitor.py
View file @
bc40b479
...
...
@@ -108,8 +108,8 @@ if __name__ == "__main__":
"graces-es6-tapir-lbs"
:
redis_new_gaia
,
"graces-es6-tapir-merchant"
:
redis_new_gaia
,
}
per_sec
=
5
thirty_per_sec
=
30
per_sec
=
60
*
5
thirty_per_sec
=
60
*
30
last_time
=
time
.
time
()
num
=
0
while
True
:
...
...
@@ -124,6 +124,6 @@ if __name__ == "__main__":
for
redis_clint_key
in
thirty_redis_clicnt_dct
:
len_list_and_send_msg
(
thirty_redis_clicnt_dct
[
redis_clint_key
],
redis_clint_key
,
rules
,
thirty_per_sec
)
last_time
=
now
num
=
0
num
=
0
time
.
sleep
(
1
)
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