feat: implement async token counter with network resilience and performance optimizations (#3111)

Co-authored-by: jack <>
Co-authored-by: Salman Mohammed <smohammed@squareup.com>
This commit is contained in:
jack
2025-06-30 14:45:17 +02:00
committed by GitHub
parent fdafbca92e
commit 495cdfb33c
8 changed files with 981 additions and 28 deletions
Generated
+2
View File
@@ -3413,6 +3413,7 @@ dependencies = [
name = "goose"
version = "1.0.30"
dependencies = [
"ahash",
"anyhow",
"arrow",
"async-stream",
@@ -3427,6 +3428,7 @@ dependencies = [
"chrono",
"criterion",
"ctor",
"dashmap 6.1.0",
"dirs 5.0.1",
"dotenv",
"etcetera",