We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
@GalGend i have code in pr that changes this process, can we merge first? we can turn off the feature if u want
Sorry, something went wrong.
yaelal
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: