mirror of https://github.com/statping/statping
docker
parent
5e2cb88fbb
commit
c8907a3784
|
@ -139,6 +139,7 @@ func (u *Service) Create() int {
|
||||||
panic(err)
|
panic(err)
|
||||||
}
|
}
|
||||||
services = SelectAllServices()
|
services = SelectAllServices()
|
||||||
|
go u.CheckQueue()
|
||||||
return lastInsertId
|
return lastInsertId
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue