Skip to content

Commit

Permalink
bump isbot?
Browse files Browse the repository at this point in the history
  • Loading branch information
jtgi committed Sep 17, 2024
1 parent fffa2d6 commit d2a3721
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 8 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ Automod favors less directories, less files and generally avoids DRYing things u
- **/prisma:** Standard prisma migrations
- **/bullboard:** A local server to monitor queues and tasks. See package.json to run.

### Data Model

See the [Prisma Schema](./prisma/schema.prisma) for an overview.

### Key Flows

**How a cast is moderated**
Expand Down Expand Up @@ -92,12 +96,16 @@ This will allow you to:
- Kick off recovery flows for channels in case there is downtime.
- Show an incident banner

### Recovery from downtime
### Dealing with downtime and misconfigurations

Login to [/admin](https://automod.sh/~/admin) console.

Run a sweep or recovery

- **Recovery:** Moderate historical casts not yet seen.
- **Sweep:** Moderate historical casts, even if they've already been seen.

Recover is useful when you have downtime, sweep is useful if you or a customer ships bad logic.
Recover is useful when you have downtime and missed things, sweep is useful if you or a customer ships bad logic and everything must be reprocessed.

### Managing Queues

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"graphql-request": "^7.1.0",
"human-number": "^2.0.4",
"ioredis": "^5.3.2",
"isbot": "^4.1.0",
"isbot": "^5.1.0",
"js-abbreviation-number": "^1.4.0",
"lucide-react": "^0.317.0",
"mime-types": "^2.1.35",
Expand Down
10 changes: 5 additions & 5 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d2a3721

Please sign in to comment.