* fleshed out daemon events; also is now used for insertion queue removal
* deprecated daemon queue and removed unused daemon queue commands
This commit is contained in:
parent
6529d3e622
commit
1ba8b4c707
8 changed files with 93 additions and 72 deletions
|
@ -7,30 +7,3 @@ Observer pattern
|
|||
Register listeners dynamically per event
|
||||
|
||||
Spawn new greenlets
|
||||
|
||||
-------------------
|
||||
|
||||
## Attributes
|
||||
|
||||
events: dict
|
||||
|
||||
schema:
|
||||
|
||||
{
|
||||
"event_id": dict{
|
||||
"event_name": string,
|
||||
"result_data": bytes,
|
||||
"started": epoch,
|
||||
"finished": epoch,
|
||||
"done": bool
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
--------------------
|
||||
|
||||
MsgPack schema:
|
||||
|
||||
event_name: string
|
||||
event_id: uuid4
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue