MarginaliaSearch/code/common/message-queue/readme.md

8 lines
274 B
Markdown
Raw Normal View History

2023-07-03 09:04:08 +00:00
# Message Queue
2023-07-04 15:42:06 +00:00
Implements resilient message queueing for the application,
as well as a finite state machine library backed by the
message queue that enables long-running tasks that outlive
the execution lifespan of the involved processes.
2023-07-03 09:04:08 +00:00
![Message States](msgstate.svg)