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

8 lines
274 B
Markdown
Raw Normal View History

2023-07-03 11:04:08 +02:00
# Message Queue
2023-07-04 17:42:06 +02: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 11:04:08 +02:00
![Message States](msgstate.svg)