mirror of
https://github.com/trafficlunar/api.git
synced 2026-08-12 12:29:39 +00:00
refactor: remove uptime kuma integration
This commit is contained in:
parent
fa0f5119bd
commit
c92e8670c9
7 changed files with 0 additions and 124 deletions
|
|
@ -1,11 +1,6 @@
|
|||
package worker
|
||||
|
||||
import "os"
|
||||
|
||||
func StartWorkers() {
|
||||
go StartLastFMWorker()
|
||||
go StartComputerWorker()
|
||||
if os.Getenv("UPTIME_KUMA_ENABLED") == "true" {
|
||||
go StartStatusWorker()
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue