feat:2.5.0

1、https://gitee.com/aizuda/easy-retry/issues/I8CKC8
2、通知列表选条件改为下拉联动
3、通知新增修改页面修改
  .通知场景新增任务重试数量超过阈值、任务失败进入死信队列
  .新增限制流状态、每秒限流阈值字段
  .钉钉和飞书配置属性新增被@联系人
4、mysql、postgre库的 notify_config表 新增场景名称、限流状态、每秒限流阈值字段
This commit is contained in:
zuojunlin 2023-11-20 11:36:51 +08:00 committed by byteblogs168
parent be68c1eb49
commit 05819ad015

View File

@ -28,7 +28,7 @@ public class NotifyConfig implements Serializable {
private Integer rateLimiterStatus; private Integer rateLimiterStatus;
private int rateLimiterThreshold; private Integer rateLimiterThreshold;
private String description; private String description;