githubbob42 / mingle2github2

0 stars 1 forks source link

Tech Debt: Change the background sync timings to prevent hangs #5812

Open githubbob42 opened 5 years ago

githubbob42 commented 5 years ago

Mingle Card: 6178 Currently the timeout is defaulted 4 minutes with 3 retries.

We want background sync to fail quickly and not retry so it won’t block any of the UI.  10 seconds will be the timeout for each request, and we do not care if cannot finish so no retries.

This gets rid of the retries and shortens the timeouts for pricebooks and lookups to 10 seconds.

githubbob42 commented 5 years ago

Pull Request #3049