Code Monkey home page Code Monkey logo

burrow's People

Contributors

kipit avatar maffpool avatar moafred avatar pol-valentin avatar qpautrat avatar remi-san avatar selrahcd avatar yoan-evaneos avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

qpautrat

burrow's Issues

Unable to detect a lost connection

Environnement:
Message Broker: RabbitMQ
Driver: php-amqplib
Hosting: GKE
Orchestration: Kubernetes
Containerization: Docker

We have 2 workers, a publisher and a consumer.

After about 8 hours of inactivity by the publisher and when it start again to push messages into RabbitMQT, the container got an error: syslog: write tcp x.x.x.x:41132->x.x.x.x:5000: write: broken pipe.
No problem, the app crash and the container is restarted by Kubernetes.

But for 1 day by week the consumer did not have this error (that the publisher always have).
In this case, the consumer stay alive without consuming the new messages because the connection is lost but he is not aware of it.

We have updated our container by using the amqp c library instead and let know here if we still have this issue or not.

Issue with signal and PECL AMQP implem

Daemon can not handle signal until it consume a message from AMQP, as we call pcntl_signal_dispatch after the comsuption. This issue happen only with PECL AMQP as consuming a queue is blocking whilst AMQPlib is non blocking.

A possible solution is to use this signal handler as suggested here

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.