refactor: remove uptime kuma integration

This commit is contained in:
trafficlunar 2025-01-16 22:05:44 +00:00
parent fa0f5119bd
commit c92e8670c9
7 changed files with 0 additions and 124 deletions

View file

@ -1,11 +1,6 @@
package worker
import "os"
func StartWorkers() {
go StartLastFMWorker()
go StartComputerWorker()
if os.Getenv("UPTIME_KUMA_ENABLED") == "true" {
go StartStatusWorker()
}
}