Skip to content

Commit

Permalink
[doc] Rename message queue architecture diagram to match template
Browse files Browse the repository at this point in the history
  • Loading branch information
ptaoussanis committed Nov 23, 2023
1 parent e792226 commit bbd9bc9
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
File renamed without changes.
File renamed without changes
2 changes: 1 addition & 1 deletion src/taoensso/carmine/lua/mq/msg-status.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Careful! Logic here is subtle, see mq-diagram.svg for assistance.
-- Careful! Logic here is subtle, see mq-architecture.svg for assistance.
local mid = _:mid;
local now = tonumber(_:now);

Expand Down
2 changes: 1 addition & 1 deletion src/taoensso/carmine/message_queue.clj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Uses an optimized message circle architecture that is simple, reliable,
and has pretty good throughput and latency.
See `mq-diagram.svg` in repo for diagram of architecture,
See `mq-architecture.svg` in repo for diagram of architecture,
Ref. http://antirez.com/post/250 for initial inspiration.
Message status e/o:
Expand Down
4 changes: 2 additions & 2 deletions wiki/0-Breaking-changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,5 +90,5 @@ There are **breaking changes** to the **Carmine message queue API** that **may a
Actions [include](https://taoensso.github.io/carmine/taoensso.carmine.message-queue.html#var-worker): `:start`, `:stop`, `:queue-size`, `:queue-status`.

- Various improvements to docstrings, error messages, and logging output.
- Improved message queue [state diagram](https://github.com/taoensso/carmine/blob/master/mq-diagram.svg).
- General improvements to implementation, observability, and tests.
- Improved message queue [state diagram](https://github.com/taoensso/carmine/blob/master/mq-architecture.svg).
- General improvements to implementation, observability, and tests.

0 comments on commit bbd9bc9

Please sign in to comment.