Skip to content

Commit f3a7e2a

Browse files
committed
Add APP_ENV to worker reporter email
1 parent b737f7a commit f3a7e2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/webapp/app/services/worker.server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ function getWorkerQueue() {
140140
if (env.WORKER_REPORTER_EMAIL) {
141141
await sendPlainTextEmail({
142142
to: env.WORKER_REPORTER_EMAIL,
143-
subject: `workerQueue Report: ${subject}`,
143+
subject: `[${env.APP_ENV}] workerQueue Report: ${subject}`,
144144
text: message,
145145
});
146146
}

0 commit comments

Comments
 (0)