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

Simplify the code - remove sync functions #3229

Open
jacopo-chevallard opened this issue Sep 19, 2024 — with Linear · 1 comment
Open

Simplify the code - remove sync functions #3229

jacopo-chevallard opened this issue Sep 19, 2024 — with Linear · 1 comment
Labels
enhancement New feature or request

Comments

Copy link
Collaborator

Currently, we maintain two versions of the functions/methods called by our services, an async one and a sync one. This creates significant redundancies in the code base, and slows down further developments.

With the next iterations, we will progressively remove the sync versions and only maintain and use the async ones (which are, already, the only ones used in our prod environments/deployments)

Copy link

linear bot commented Sep 19, 2024

@dosubot dosubot bot added the enhancement New feature or request label Sep 19, 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
Projects
None yet
Development

No branches or pull requests

1 participant