test
This commit is contained in:
parent
b9e11c80a6
commit
e027d759b4
2
cron.go
2
cron.go
@ -177,7 +177,7 @@ func cronAutoDeposit() {
|
||||
}
|
||||
b, _ := json.Marshal(p)
|
||||
t := time.Now().UTC()
|
||||
t.Add(time.Duration(RndIntn(300)))
|
||||
t.Add(time.Duration(RndIntn(300)) * time.Second)
|
||||
_, err := createJob(cacheObjSubType[`job_gdeposit`], objJobPriority, c.TGUserID64, 0, t, b)
|
||||
logOnError(err, "cronAutoDeposit : createJob")
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user