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

Migrate email dispatching system from AWS Lambda to Celery queue #494

Open
4 tasks done
pziemkowski opened this issue Mar 5, 2024 · 0 comments
Open
4 tasks done
Assignees
Labels
enhancement New feature or request python Pull requests that update Python code
Milestone

Comments

@pziemkowski
Copy link
Member

Description

Since we're introducing Celery to the stack it's a good idea to migrate email dispatching to Celery task to use Django as much as possible and reduce code duplications.

Related to #493

Describe the solution you'd like

I'd like renderEmail to be called from within Celery task instead of AWS Lambda.

It should still use node to run the script, with exactly the same implementation as previously, just different task runner.

Describe alternatives you've considered

No response

Additional context

No response

Validations

@pziemkowski pziemkowski added enhancement New feature or request python Pull requests that update Python code labels Mar 5, 2024
@pziemkowski pziemkowski self-assigned this Mar 5, 2024
@pziemkowski pziemkowski added this to the 2.7.0 milestone Mar 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request python Pull requests that update Python code
Projects
None yet
Development

No branches or pull requests

1 participant