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
be1f58fb
Commit
be1f58fb
authored
Jun 24, 2021
by
宋柯
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
降配
parent
304a46d0
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
celery_stats_monitor.py
celery_stats/celery_stats_monitor.py
+2
-1
No files found.
celery_stats/celery_stats_monitor.py
View file @
be1f58fb
...
@@ -70,7 +70,7 @@ def len_list_and_send_msg(redis_clint, key_name, rules, per_sec=10):
...
@@ -70,7 +70,7 @@ def len_list_and_send_msg(redis_clint, key_name, rules, per_sec=10):
# print(key_name,res)
# print(key_name,res)
str_res
=
rules
.
parse
(
key_name
,
res
,
per_sec
=
per_sec
)
str_res
=
rules
.
parse
(
key_name
,
res
,
per_sec
=
per_sec
)
if
str_res
:
if
str_res
:
send_msg_to_dingtalk
(
str_res
,
mobiles
=
[
"13552564745"
,
"17813268931"
],
secret
=
token_dict
[
key_name
][
'secret'
],
send_msg_to_dingtalk
(
str_res
,
mobiles
=
[
"13552564745"
,
"17813268931"
,
"19566173658"
],
secret
=
token_dict
[
key_name
][
'secret'
],
access_token
=
token_dict
[
key_name
][
'access_token'
])
access_token
=
token_dict
[
key_name
][
'access_token'
])
...
@@ -85,6 +85,7 @@ if __name__ == "__main__":
...
@@ -85,6 +85,7 @@ if __name__ == "__main__":
"graces-es6-tapir-service"
:
redis_new_gaia
,
"graces-es6-tapir-service"
:
redis_new_gaia
,
"graces-es6-tapir-doctor"
:
redis_new_gaia
,
"graces-es6-tapir-doctor"
:
redis_new_gaia
,
"mentha-tapir-answer"
:
redis_new_mimas
,
"mentha-tapir-answer"
:
redis_new_mimas
,
"graces-tapir-card"
:
redis_new_gaia
,
"mentha-tapir-tractate"
:
redis_new_mimas
,
"mentha-tapir-tractate"
:
redis_new_mimas
,
}
}
per_sec
=
60
*
5
per_sec
=
60
*
5
...
...
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