mirror of
https://github.com/christianselig/apollo-backend
synced 2024-11-13 07:27:43 +00:00
No description
9341e08123
* tracing * instrument redis * add instrumentation around queue acks * adjust backoff schedules for reddit * set proper http client on reddit * populate account last message ID on upsert * pass last message id on upsert * schedule accounts in a predictable order |
||
---|---|---|
.github | ||
cmd/apollo | ||
docs | ||
internal | ||
migrations | ||
.env.test | ||
.gitignore | ||
.golangci.yml | ||
go.mod | ||
go.sum | ||
Makefile | ||
README.md | ||
render.yaml |
Apollo API
Getting started
$ script/bootstrap
$ cp .env.example .env
Running the server
$ script/server