Skip to content

Commit

Permalink
feat(be): ✨ send notify email when task stopped by system
Browse files Browse the repository at this point in the history
  • Loading branch information
lehuygiang28 committed Jul 7, 2024
1 parent 6743a16 commit 91d796c
Show file tree
Hide file tree
Showing 9 changed files with 201 additions and 224 deletions.
6 changes: 6 additions & 0 deletions apps/be/common/src/i18n/i18n.generated.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,12 @@ export type I18nTranslations = {
"text3": string;
"btn1": string;
};
"STOP_TASK": {
"title": string;
"text1": string;
"text2": string;
"btn1": string;
};
};
};
/* prettier-ignore */
Expand Down
6 changes: 6 additions & 0 deletions apps/be/common/src/i18n/lang/en/mail-context.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,11 @@
"text2": "Alternatively, you can copy the link below and paste it into your browser to get started:",
"text3": "If you did not make this request, please ignore this email.",
"btn1": "Login"
},
"STOP_TASK": {
"title": "Your task has been stopped",
"text1": "Your task has been stopped due to failures.",
"text2": "Your task has been stopped by the system because of failures too many times.",
"btn1": "See Task"
}
}
6 changes: 6 additions & 0 deletions apps/be/common/src/i18n/lang/vi_VN/mail-context.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,11 @@
"text2": "Hoặc bạn có thể sao chép liên kết dưới đây và dán vào trình duyệt của bạn để bắt đầu:",
"text3": "Nếu bạn không yêu cầu điều này, vui lòng bỏ qua email này.",
"btn1": "Đăng nhập"
},
"STOP_TASK": {
"title": "Task của bạn đã bị dừng",
"text1": "Task của bạn đã bị dừng do xảy ra lỗi.",
"text2": "Task của bạn đã bị hệ thống dừng lại do xảy ra nhiều nhiều lỗi.",
"btn1": "Xem Task"
}
}
Loading

0 comments on commit 91d796c

Please sign in to comment.