Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IM 调度消息通知展示优化 #168

Closed
ZhengshuaiPENG opened this issue Jul 8, 2022 · 1 comment
Closed

IM 调度消息通知展示优化 #168

ZhengshuaiPENG opened this issue Jul 8, 2022 · 1 comment
Assignees

Comments

@ZhengshuaiPENG
Copy link
Contributor

ZhengshuaiPENG commented Jul 8, 2022

当前当调度任务失败后展示的信息为

Byzer Notebook Schedule Task Notification:
- Schedule Name: ByzerScheduleTask-flag_prod-notebook_406
- Schedule Time: 2022/07/08 00:18:46
- Duration: 00:00:18 
- Execute User: ByzerRobot
- Status: failed

问题:

  1. 这样不方便定位到指定的notebook,需要加一个字段来展示 notebook_name,
  2. 另外 Execute User 目前展示的信息有误,应该展示为发布调度的Notebook 用户名,而不是 ByzerRobot

预期如下

Byzer Notebook Schedule Task Notification:
- Notebook Name:${notebook_name}
- Schedule Name: ByzerScheduleTask-flag_prod-notebook_406
- Schedule Time: 2022/07/08 00:18:46
- Duration: 00:00:18 
- Execute User: ${notebook_user_name}
- Status: failed
@ckeys
Copy link
Contributor

ckeys commented Jul 13, 2022

fishcus pushed a commit that referenced this issue Jul 22, 2022
* revise the IM info when scheduled task failed

* refactor the if statement to determine whether to send the IM notification
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants