Skip to content

Commit

Permalink
Add APP_ENV to worker reporter email
Browse files Browse the repository at this point in the history
  • Loading branch information
ericallam committed Oct 10, 2023
1 parent b737f7a commit f3a7e2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/webapp/app/services/worker.server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ function getWorkerQueue() {
if (env.WORKER_REPORTER_EMAIL) {
await sendPlainTextEmail({
to: env.WORKER_REPORTER_EMAIL,
subject: `workerQueue Report: ${subject}`,
subject: `[${env.APP_ENV}] workerQueue Report: ${subject}`,
text: message,
});
}
Expand Down

0 comments on commit f3a7e2a

Please sign in to comment.