feat: Enable chime sender for email worker - #2230
Merged
Merged
Conversation
jcscottiii
force-pushed
the
jcscottiii/turn-on-chime-sender
branch
from
February 5, 2026 15:29
ce557fd to
9623ea2
Compare
jcscottiii
requested review from
DanielRyanSmith,
jrobbins,
neilv-g and
szy196
February 5, 2026 15:33
jcscottiii
force-pushed
the
fix-styles-for-email
branch
from
February 5, 2026 15:35
7a0390c to
e2ab229
Compare
jcscottiii
force-pushed
the
jcscottiii/turn-on-chime-sender
branch
2 times, most recently
from
February 5, 2026 15:43
d0848e5 to
2b0dd1c
Compare
jcscottiii
force-pushed
the
fix-styles-for-email
branch
from
February 5, 2026 16:07
e2ab229 to
54da218
Compare
This commit enables the chime sender for the email worker, allowing it to send notifications to users when their saved search criteria match changes in web platform features. The chime sender is configured in both staging and production environments, and the necessary infrastructure changes have been made to support this functionality. Previously, it was left as nil in staging and production, which meant that users were not receiving email notifications about changes to their saved searches. With this change, users will now be able to stay informed about relevant updates to web platform features.
jcscottiii
force-pushed
the
jcscottiii/turn-on-chime-sender
branch
from
February 5, 2026 16:09
2b0dd1c to
3eceb64
Compare
neilv-g
reviewed
Feb 5, 2026
jrobbins
approved these changes
Feb 5, 2026
jcscottiii
enabled auto-merge
February 5, 2026 21:46
neilv-g
approved these changes
Feb 5, 2026
Closed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This commit enables the chime sender for the email worker, allowing it to send notifications to users when their saved search criteria match changes in web platform features. The chime sender is configured in both staging and production environments, and the necessary infrastructure changes have been made to support this functionality.
Previously, it was left as nil in staging and production, which meant that users were not receiving email notifications about changes to their saved searches. With this change, users will now be able to stay informed about relevant updates to web platform features.