Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
SilinPavel committed Jul 18, 2024
1 parent e702069 commit b61e0c0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@

@Service
@Slf4j
public class NotificationManager implements NotificationService {
public class NotificationManager implements NotificationService { // TODO: rewrite with Strategy pattern?

private static final Pattern MENTION_PATTERN = Pattern.compile("@([^ ]*\\b)");

Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
-- a field to record last time the notification on high network consuming run was issued
ALTER TABLE pipeline.pipeline_run ADD COLUMN last_network_consumption_notification_time TIMESTAMP WITH TIME ZONE;
ALTER TABLE pipeline.pipeline_run ADD COLUMN last_network_consumption_notification_time TIMESTAMP WITH TIME ZONE;
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
"resendDelay": -1,
"threshold": -1,
"subject":"Job #$templateParameters[\"id\"] is high network consuming for a long time"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@
<p>$CP_PREF_UI_PIPELINE_DEPLOYMENT_NAME Platform</p>
</body>

</html>
</html>

0 comments on commit b61e0c0

Please sign in to comment.