web-page-monitor icon indicating copy to clipboard operation
web-page-monitor copied to clipboard

failed task / task_execute_history change detect, retry

Open lgh06 opened this issue 3 years ago • 0 comments

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 avatar Jan 24 '22 14:01 lgh06