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

failed task / task_execute_history change detect, retry #19

Open
lgh06 opened this issue Jan 24, 2022 · 0 comments
Open

failed task / task_execute_history change detect, retry #19

lgh06 opened this issue Jan 24, 2022 · 0 comments
Labels
future future feature

Comments

@lgh06
Copy link
Owner

lgh06 commented Jan 24, 2022

every hour's 7th minute, check if some task match:
(nextExecuteTime < now) && (endTime > now). if so, that means its a failed task for some reason. need retry, resend to MQ.

every hour's 37th minute, check if some task_execute_history match textContent is empty string or null, and group them by task id. if one taskId's histories textContent empty string or null > 5, send email to user.

@lgh06 lgh06 added the future future feature label Jan 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
future future feature
Projects
None yet
Development

No branches or pull requests

1 participant