Skip to content

docker stop times out and kill rabbitmq #10

Open
@xeor

Description

@xeor

In rabbitmq-start, we starts rabbitmq-server with exec, which is correct if the command we starts handles SIGTERM. rabbitmq-server is another shell script, that does some logic and then starts rabbitmq itself. However, this time, it is not using exec, hence, Dockers signals wont ever reach the rabbitmq server itself.

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