Skip to content

Commit

Permalink
Merge pull request #86 from gabriel-tessier/master
Browse files Browse the repository at this point in the history
Add Celery to onprem.queue #68
  • Loading branch information
mingrammer authored Mar 31, 2020
2 parents d21be3a + c680813 commit d62ca41
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions diagrams/onprem/queue.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ class Activemq(_Queue):
_icon = "activemq.png"


class Celery(_Queue):
_icon = "celery.png"


class Kafka(_Queue):
_icon = "kafka.png"

Expand Down
1 change: 1 addition & 0 deletions docs/nodes/onprem.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ Node classes list of onprem provider.
- **diagrams.onprem.queue.Kafka**
- **diagrams.onprem.queue.Rabbitmq**, **RabbitMQ** (alias)
- **diagrams.onprem.queue.Zeromq**, **ZeroMQ** (alias)
- **diagrams.onprem.queue.Celery**

## onprem.cd

Expand Down
Binary file added resources/onprem/queue/celery.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d62ca41

Please sign in to comment.