Skip to content

Commit

Permalink
Introduce asynqmon (#48)
Browse files Browse the repository at this point in the history
* Add asynqmon as WebUI for monitoring

* Add MetadataObfuscator
  • Loading branch information
robertjndw authored Feb 7, 2024
1 parent 2a1147d commit c913abc
Show file tree
Hide file tree
Showing 4 changed files with 241 additions and 2 deletions.
2 changes: 2 additions & 0 deletions HadesAPI/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ require (
github.com/Mtze/HadesCI/shared v0.0.0
github.com/gin-gonic/gin v1.9.1
github.com/hibiken/asynq v0.24.1
github.com/hibiken/asynqmon v0.7.2
github.com/sirupsen/logrus v1.9.3
)

Expand All @@ -26,6 +27,7 @@ require (
github.com/golang/protobuf v1.5.3 // indirect
github.com/google/go-cmp v0.6.0 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/gorilla/mux v1.8.1 // indirect
github.com/joho/godotenv v1.5.1 // indirect
github.com/json-iterator/go v1.1.12 // indirect
github.com/klauspost/cpuid/v2 v2.2.4 // indirect
Expand Down
Loading

0 comments on commit c913abc

Please sign in to comment.