You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 historiestextContent
empty string or null > 5, send email to user.The text was updated successfully, but these errors were encountered: