Skip to content

[Performance] Migrate all synchronous operations into async/await and promises. #56

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

Closed
mavyfaby opened this issue Sep 25, 2023 · 0 comments
Assignees
Labels
bug Something isn't working help wanted Extra attention is needed performance

Comments

@mavyfaby
Copy link
Member

As the application grows bigger and receives a lot of requests, synchronous operations may block some of them, causing the server to fail to do its task. As a result, we'll need to use asynchronous operations to prevent blocking the main thread of the application.

If you're interested in contributing, please do fork and read our CONTRIBUTING guide!

CC: @TotalElderBerry @ampats04

@mavyfaby mavyfaby added bug Something isn't working help wanted Extra attention is needed performance labels Sep 25, 2023
@mavyfaby mavyfaby self-assigned this Sep 25, 2023
@mavyfaby mavyfaby moved this to Todo in CSPS Backend Sep 25, 2023
@mavyfaby mavyfaby pinned this issue Sep 25, 2023
@mavyfaby mavyfaby moved this from Todo to In Progress in CSPS Backend Oct 27, 2023
@github-project-automation github-project-automation bot moved this from In Progress to Done in CSPS Backend Feb 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed performance
Projects
Status: Done
Development

No branches or pull requests

1 participant