mirror of
https://github.com/logos-storage/logos-storage-docs-obsidian.git
synced 2026-01-07 15:53:07 +00:00
Apply suggestion from @emizzle
This commit is contained in:
parent
b12083361f
commit
6df30c1cf5
@ -108,7 +108,8 @@ The module operates both for new requests and for ongoing ones, such as when a s
|
|||||||
* Log all state transitions with `requestId`, `slotIndex`, and relevant identifiers (`slotId`, `reservationId`, `availabilityId`).
|
* Log all state transitions with `requestId`, `slotIndex`, and relevant identifiers (`slotId`, `reservationId`, `availabilityId`).
|
||||||
- **Scalability**
|
- **Scalability**
|
||||||
* Dispatch a worker from the pool to handle concurrent sales state machine flows. Worker must be returned to pool after deterministic state machine result.
|
* Dispatch a worker from the pool to handle concurrent sales state machine flows. Worker must be returned to pool after deterministic state machine result.
|
||||||
|
**Scalability**
|
||||||
|
- Dispatch a worker from the pool to handle concurrent sales state machine flows. Worker must be returned to pool after deterministic state machine result.
|
||||||
## 5. Internal Behaviour
|
## 5. Internal Behaviour
|
||||||
|
|
||||||
## 5.1 Main behaviour
|
## 5.1 Main behaviour
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user