GithubHelp home page GithubHelp logo

Comments (4)

carlhoerberg avatar carlhoerberg commented on May 29, 2024 1

I know what the issue is, I'm working on a fix, i think it will be ready tmrw. https://github.com/cloudamqp/amqproxy/releases/tag/v0.2.3 does not have the same issue as the current 0.3.x line.

from amqproxy.

carlhoerberg avatar carlhoerberg commented on May 29, 2024

With which client was this? After continuous publishing? Doing something else on the connection? The more information the easier it will be to replicate, and then fix.

from amqproxy.

s-maj avatar s-maj commented on May 29, 2024

Right, this is mostly Celery(4.2.1)/Kombu(4.2.1)/PyAMQP(2.3.2) and one Pika app (latest version) It looks like apps can connect but cannot send or receive any messages.

For the Pika:
Connection close detected; result=BlockingConnection__OnClosedArgs(connection=<SelectConnection CLOSED socket=None params=<URLParameters host=10.240.9.151 port=9999 virtual_host=platform-stress ssl=False>>, reason_code=505, reason_text='UNEXPECTED_FRAME - expected content header for class 60, got non content header frame instead')

For Celery/py-amqp I think it's about heartbeats that being send by default by producer (it can't be disabled atm):
Unrecoverable error: ConnectionForced(None, u'Too many heartbeats missed', None, u'')

but also are some ambiguous messages like:
CRITICAL/MainProcess] Unrecoverable error: ConnectionError(302, u'UPSTREAM_ERROR', (0, 0), u'')

from amqproxy.

carlhoerberg avatar carlhoerberg commented on May 29, 2024

Both the heartbeat and UNEXPECTED_FRAME should be fixed in v0.3.3: https://github.com/cloudamqp/amqproxy/releases/tag/v0.3.3

from amqproxy.

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.