Skip to content

Commit 6a65f07

Browse files
committed
Another Devin
1 parent e5ed6aa commit 6a65f07

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/webapp/app/v3/services/alerts/errorAlertEvaluator.server.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@ export class ErrorAlertEvaluator {
148148
const envChannels = channelsByEnvId.get(alertable.error.environment_id) ?? [];
149149
for (const channel of envChannels) {
150150
await alertsWorker.enqueue({
151+
id: `deliverErrorGroupAlert:${channel.id}:${alertable.error.error_fingerprint}:${scheduledAt}`,
151152
job: "v3.deliverErrorGroupAlert",
152153
payload: {
153154
channelId: channel.id,

0 commit comments

Comments
 (0)