Commit 46a81ee4 authored by 唐香港's avatar 唐香港

Update alarm_flink_job.py

parent 70c9613c
...@@ -17,9 +17,7 @@ START_DATE = datetime.now() - timedelta(minutes=30) ...@@ -17,9 +17,7 @@ START_DATE = datetime.now() - timedelta(minutes=30)
SCHEDULE_INTERVAL = timedelta(minutes=15) SCHEDULE_INTERVAL = timedelta(minutes=15)
SERVICES = [ SERVICES = [
'cpc-cluster9002-test-fli-jobmanager', 'cpc-cluster9002-test-fli-jobmanager'
'mv-cluster9003-test-flin-jobmanager',
'mv-cluster9005-test-flin-jobmanager'
] ]
DINGDING = 'https://oapi.dingtalk.com/robot/send?access_token=dac084248b38ef564c30e7f7d0c3901f3967c8e5ffdb33efe188495d5b058fdd' DINGDING = 'https://oapi.dingtalk.com/robot/send?access_token=dac084248b38ef564c30e7f7d0c3901f3967c8e5ffdb33efe188495d5b058fdd'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment