GithubHelp home page GithubHelp logo

Comments (2)

udokmeci avatar udokmeci commented on August 12, 2024

Hi those lines are for MySQL gone away error probably it will not work for your case. Actually yii2 opens one connection through the entire running time.

Please think about if you are opening new connections while running tasks. Or check server settings to see if it can not handle few connections.

Thanks,

from yii2-beanstalk.

lordlele avatar lordlele commented on August 12, 2024

Yeah right!
MySQL gone away is really a pain for long running script.
Now I understand your code 😄

In my case, I've a limit of 150 connection to MySQL, however my application has a multi-tenant with multi-db configuration, so every job can be related to any tenant and this require a new connection to another db that will be lazy opened only when needed by a model (first model that need a db, open the connection).

I think it's best to fix this thing in my application by closing tenant db connection.
Thanks!

from yii2-beanstalk.

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.