Open GalGend opened 1 year ago
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 i have code in pr that changes this process, can we merge first? we can turn off the feature if u want
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