Code Monkey home page Code Monkey logo

Comments (3)

kkkrist avatar kkkrist commented on June 5, 2024 1

Hey,

thanks for reporting this! These type of errors are indeed increasingly registered by the error tracker, sometimes 100+ per day.

It should only happen when "track extension updates" is enabled together with "increase privacy". When that's the case, requests to the Chrome Web Store are routed through our privacy proxy. Requests to the Woolyss API are still sent directly, but might get cancelled should previous requests fail.

However, "track extension updates" is disabled on your screenshot. Have you had it enabled before?

The root cause seems to be the hosting setup of the proxy (Vercel/MongoDB Atlas) running over capacity once again. I don't think there's much room for optimization left, also I don't think I'm willing to pay for a higher tier.

(I never thought this project would have so many users one day 😀)

from chromium-notifier.

kkkrist avatar kkkrist commented on June 5, 2024 1

The traffic shouldn't be the problem, it's the execution time limit. The proxy is made up of "serverless" functions running via Vercel. The current plan limits execution time to 5 seconds. This seems to be increasingly exceeded when the database needs to be accessed (which is hosted on MongoDB Atlas).

My testing consistently shows 500-700 ms response time on a cold start and 100-150 ms when hot (I'm routed to Frankfurt/M). Since I haven't done any changes to how the proxy works for 2 years and these errors were super rare before (and I don't keep any logs on purpose), I can only guess this happens due to increased load (at times).

from chromium-notifier.

CBearr avatar CBearr commented on June 5, 2024

Now it works again. And just checked for updates. Maybe your proxy have reset the traffic?
Yes, I activated track extension updates and increase privacy the whole time. I deactivated it just before I wrote this thread to try to solve the issue. But didn't solved it last Friday.
If I don't need track extension updates I'll deactivate this function.

from chromium-notifier.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.