Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extract send deposit email (status) to send_email job #723

Open
GalGend opened this issue Jun 28, 2023 · 1 comment
Open

Extract send deposit email (status) to send_email job #723

GalGend opened this issue Jun 28, 2023 · 1 comment
Assignees
Labels
Emails📧 Email notifications

Comments

@GalGend
Copy link
Collaborator

GalGend commented Jun 28, 2023

Currently, we have the send status email as part of the fetch_status process.

Due to performance issues, we want to have them separated, similar to send_emails process.

we want to have a process called send_status_process, that runs on new statuses, and figures out whether an email should be sent.

An email should be sent if:
It's the first status in the category
User is subscribed to that plan

@GalGend GalGend added the Emails📧 Email notifications label Jun 28, 2023
@yaelal
Copy link
Collaborator

yaelal commented Jul 2, 2023

@GalGend i have code in pr that changes this process, can we merge first?
we can turn off the feature if u want

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Emails📧 Email notifications
Projects
None yet
Development

No branches or pull requests

2 participants