Skip to content

Proposed Queue Names #1017

@rsandor

Description

@rsandor

Naming Convention

It's very simple, do what we normally do when we program:

{namespace[1]}-{namespace[2]}-...-{(re)action}

(Namespaces should be general to the left, and specific to the right).

Proposed Queue Names

Use two top-level namespaces:

  • container
  • dock (or docker, still not sure which I prefer)

Here's how we'd name the queues using this convention:

New Name Old Name
container-image-builder-create create-image-builder-container
container-instance-create create-instance-container
container-instance-delete delete-instance
container-inspect inspect-container
container-image-builder-started on-create-start-image-builder-container
dock-removed on-dock-removed
dock-unhealthy on-dock-unhealthy
container-image-builder-created on-image-builder-container-create
container-image-builder-died on-image-builder-container-die
container-image-builder-started on-image-builder-container-start
container-instance-created on-instance-container-create
container-instance-died on-instance-container-die
container-instance-started on-instance-container-start
container-restarted restart-container
container-instance-started start-instance-container
container-instance-stopped stop-instance-container

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