Skip to content

pulse-go doesn't recover from dropped amqp #7

@escapewindow

Description

@escapewindow

It looks like we drop a message in the logs:

fmt.Println("AMQP channel closed - has the connection dropped?")

This resulted in two instances of cloudops-jenkins not responding to hg.m.o events, which halts rolling out changes to the FirefoxCI tc cluster.

We were wondering if we could either

  • add louder notifications: a slack alert, email, ?
  • auto-recover, whether that's killing pulse-go for a restart, killing the container for a restart, reconnecting to amqp, ? I'm not sure if this would be on the first failure or after t time or n failed attempts or what.

or both.

@petemoore any thoughts?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions