add vm name and placeholder change to updates table
This commit is contained in:
2
main.go
2
main.go
@@ -191,7 +191,7 @@ func main() {
|
||||
logger.Debug("Created event processing cron job", "job", job.ID())
|
||||
|
||||
// start background checks of vcenter inventory
|
||||
startsAt2 := time.Now().Add(time.Second * 30)
|
||||
startsAt2 := time.Now().Add(time.Second * 300)
|
||||
job2, err := c.NewJob(
|
||||
gocron.DurationJob(cronInvFrequency),
|
||||
gocron.NewTask(func() {
|
||||
|
Reference in New Issue
Block a user