Skip to content
This repository was archived by the owner on May 27, 2025. It is now read-only.

Commit 3135bb9

Browse files
authored
fix: gracefully handle redis counters via heartbeat (#9)
* reset redis counters on boot * updates to use heartbeat/cleanup mechanism for tracking * pr comment updates, add tests, move sempahore
1 parent bd269b4 commit 3135bb9

File tree

4 files changed

+463
-157
lines changed

4 files changed

+463
-157
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
/target/
22
/.idea/
33
/.env
4+
/.vscode/

Cargo.lock

Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ serde_json = "1.0.138"
2525
hostname = "0.4.0"
2626
redis = "0.30.0"
2727
redis-test = { version = "0.10.0", optional = true }
28+
uuid = { version = "1.16.0", features = ["v4"] }
2829

2930

3031
[dependencies.ring]

0 commit comments

Comments
 (0)