spoc-bot-vr/README.md

581 B

Spoc Bot v. Render

Thank you, Sean

TODO

  • what SLO/SLI can I help benoit with
  • scott; like to keep state in incident.io and zendesk
  • @spoc -ignore, @spoc -s summary
  • limit queue retries
erDiagram
%% thread event eventName
  EVENT ||--|{ THREAD: "spawns"
  THREAD ||--|{ MESSAGE: "populated by"

  MESSAGE {
    ID str
    URL str
    TS number
    Plaintext str
  }
  THREAD {
    ID str
    URL str
    Channel str
  }
  EVENT {
    ID str
    Name str
    Asset str
    Resolved bool
    Datacenter str
  }