feat: implement clock expiry scanning and handling for game records
Build & Test (NowChessSystems) TeamCity build failed

This commit is contained in:
2026-05-16 13:07:20 +02:00
parent 5d5fffa812
commit 6448bec3f8
7 changed files with 249 additions and 142 deletions
+1
View File
@@ -60,6 +60,7 @@ dependencies {
implementation("io.quarkus:quarkus-opentelemetry")
implementation("com.fasterxml.jackson.module:jackson-module-scala_3:${versions["JACKSON_SCALA"]!!}")
implementation("io.quarkus:quarkus-redis-client")
implementation("io.quarkus:quarkus-scheduler")
testImplementation(platform("org.junit:junit-bom:5.13.4"))
testImplementation("org.junit.jupiter:junit-jupiter")