perf: 524错误时重试3次

This commit is contained in:
xiaojunnuo
2026-04-27 23:51:27 +08:00
parent 9c7b419e8f
commit 00e6d580c2
6 changed files with 31 additions and 76 deletions
@@ -87,6 +87,7 @@ export type Notification = {
options?: EmailOptions;
notificationId: number;
title: string;
id: string;
};
export type Pipeline = Runnable & {