Skip to content

Commit

Permalink
docs: Update RedisStream and Scheduler connections
Browse files Browse the repository at this point in the history
  • Loading branch information
peterxcli committed Apr 8, 2024
1 parent 697eabc commit 3f038a2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,11 @@ flowchart TD
end
end
RedisStream[("Redis Stream")] -.->|Subscribe Log| Instances
Scheduler["Asynq Scheduler"] -.->|Delete\nLog| Instances
Instances -.->|Schedule Delete\nat Ad End Time| Scheduler
Scheduler <-.->|Redis Baked| RedisStream
PG[(Postgres)] -.->|Update Log| RedisStream
RedisStream[("Redis Stream")] -.->|Subscribe Log| Instances
Instance1 -.->|Write/Delete Log| PG
Instance2 -.->|Write/Delete Log| PG
Expand Down

0 comments on commit 3f038a2

Please sign in to comment.