Go to file
Bel LaPointe 39c0056190 found running locally that i dont need rest, pipeline needs a way to drop messages as garbage 2024-04-16 07:56:54 -06:00
model stubbing 2024-04-16 06:53:30 -06:00
testdata/slack_events
.gitignore
.message.go tests run and fail again 2024-04-16 06:52:07 -06:00
.report.go
.report.tmpl ok report still botched but im werkin on it 2024-04-15 16:13:31 -06:00
.report_test.go
README.md found running locally that i dont need rest, pipeline needs a way to drop messages as garbage 2024-04-16 07:56:54 -06:00
ai.go
ai_test.go t.Parallel pls 2024-04-15 16:35:51 -06:00
config.go found running locally that i dont need rest, pipeline needs a way to drop messages as garbage 2024-04-16 07:56:54 -06:00
config_test.go t.Parallel pls 2024-04-15 16:35:51 -06:00
driver.go found running locally that i dont need rest, pipeline needs a way to drop messages as garbage 2024-04-16 07:56:54 -06:00
driver_test.go t.Parallel pls 2024-04-15 16:35:51 -06:00
go.mod save what i need from old .Message 2024-04-16 07:05:30 -06:00
go.sum save what i need from old .Message 2024-04-16 07:05:30 -06:00
main.go found running locally that i dont need rest, pipeline needs a way to drop messages as garbage 2024-04-16 07:56:54 -06:00
main_test.go found running locally that i dont need rest, pipeline needs a way to drop messages as garbage 2024-04-16 07:56:54 -06:00
persistence.go model to persist pipeline tests OK 2024-04-16 07:29:42 -06:00
persistence_test.go model to persist pipeline tests OK 2024-04-16 07:29:42 -06:00
pipeline.go found running locally that i dont need rest, pipeline needs a way to drop messages as garbage 2024-04-16 07:56:54 -06:00
pipeline_test.go found running locally that i dont need rest, pipeline needs a way to drop messages as garbage 2024-04-16 07:56:54 -06:00
queue.go found running locally that i dont need rest, pipeline needs a way to drop messages as garbage 2024-04-16 07:56:54 -06:00
queue_test.go t.Parallel pls 2024-04-15 16:35:51 -06:00
slack.go found running locally that i dont need rest, pipeline needs a way to drop messages as garbage 2024-04-16 07:56:54 -06:00
slack_test.go added scraping Routing Team as Team 2024-04-16 07:40:43 -06:00
storage.go everything just werks for storage 2024-04-16 06:45:40 -06:00
storage_test.go rm temp 2024-04-16 06:46:30 -06:00

README.md

Spoc Bot v. Render

Thank you, Sean

TODO

  • share postgres with Grafana
  • new dash in Grafana
  • what SLO/SLI can I help benoit with
  • break into smaller goals
  • sell to the team
  • scott; like to keep state in incident.io and zendesk
  • 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
  }