apptension / saas-boilerplate

SaaS Boilerplate - Open Source and free SaaS stack that lets you build SaaS products faster in React, Django and AWS. Focus on essential business logic instead of coding repeatable features!
https://apptension.com/saas-boilerplate
MIT License
2.18k stars 253 forks source link

feat!: #493 Add Celery workers to the stack #590

Closed mkleszcz closed 2 months ago

mkleszcz commented 3 months ago

Please check if the PR fulfills these requirements

What kind of change does this PR introduce?

Closes #493

What is the current behavior?

All async jobs are handled by AWS Lambda functions managed by Serverless

What is the new behavior?

Most of the jobs are migrated to the celery stack.

Does this PR introduce a breaking change?

Yes