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

Too much request to Back Office API #34

Open
MichaelC67 opened this issue May 22, 2023 · 1 comment
Open

Too much request to Back Office API #34

MichaelC67 opened this issue May 22, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@MichaelC67
Copy link
Collaborator

There seems to be a large increase in the number of requests send to the BAck Office.
This issue was supposed to be fixed but it comes back with the last release.

Find below for the same activity added

In 3.4.7 version => 4 PUT requests
Multiple_PUT_3_4_7

In 3.5.0 => 12 PUT requests

Multiple_PUT_3_5_0
@MichaelC67 MichaelC67 added the bug Something isn't working label May 22, 2023
@lilly051094
Copy link

To correct it , I implemented a delta on the database at the time, so that we only sent data once there was a change between the local database and the remote data.

In version 3.4.10 (branch feat/sprint9, commit 0e64cee) , we made some changes because we saw that in some cases the data was not sent when it should.

Due to these, some more calls are made than you could previously appreciate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants