Skip to content

Does a Redis pub/sub channel construct store the messages published in the channel if nobody is subscribed? #2160

@portante

Description

@portante

Does a Redis pub/sub channel construct store the messages published in the channel if nobody is subscribed?

If it does, then we really have a problem with potential crud in the channel. Before we start an instance the channels need to be flushed.

If it doesn't, then we'll never receive a response because the published message would have been dropped and we should just return immediately after posting the error.

Originally posted by @portante in #2005 (comment)

Metadata

Metadata

Assignees

No one assigned

    Labels

    AgentBacklogTool MeisterOf and relating to the Tool Meister sub-systemtoolsOf and related to the operation and behavior of various tools (iostat, sar, etc.)

    Type

    No type
    No fields configured for issues without a type.

    Projects

    Status
    To Do

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions