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

[FEATURE] : Optimize syncExpenses mutation #1114

Open
alinauroz opened this issue Aug 28, 2023 · 0 comments
Open

[FEATURE] : Optimize syncExpenses mutation #1114

alinauroz opened this issue Aug 28, 2023 · 0 comments

Comments

@alinauroz
Copy link
Collaborator

Describe the feature
The synchronization of expenses with OpenCollective encounters difficulties when dealing with rounds containing several hundred expenses. This is primarily due to Vercel's termination of the sync function after one minute, which falls short of the time required for the synchronization process.

The proposed solution involves optimizing the process by exclusively updating modified data, employing raw SQL queries, and retrieving solely the necessary data from database.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant