Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

♻️ Send account creation email asynchronously via BackgroundTasks #1505

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

Open
saleemasekrea000 wants to merge 3 commits into fastapi:master
base: master
Choose a base branch
Loading
from saleemasekrea000:feature/background-email

Conversation

Copy link

@saleemasekrea000 saleemasekrea000 commented Feb 20, 2025

Making it a background task improves responsiveness and user experience.
For future
If you need to perform heavy background computation and you don't necessarily need it to be run by the same process (for example, you don't need to share memory, variables, etc), you might benefit from using other bigger tools like Celery
According to the FastAPI docs :
https://fastapi.tiangolo.com/tutorial/background-tasks/?h=#technical-details

@alejsdev alejsdev changed the title (削除) send account creation email asynchronously via BackgroundTasks (削除ここまで) (追記) ♻️ Send account creation email asynchronously via BackgroundTasks (追記ここまで) Feb 21, 2025
Copy link
Author

@alejsdev
Hi, is there any kind of feedback?
It's been a long time...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Reviewers
No reviews
Assignees
No one assigned
Labels
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

AltStyle によって変換されたページ (->オリジナル) /