test
This commit is contained in:
parent
25cc7389ad
commit
fed8992234
@ -487,6 +487,7 @@ func SQLIdentifyMsgWorker(id int, objIds <-chan int64) {
|
||||
}
|
||||
b, _ := json.Marshal(&p)
|
||||
jobID64, err := createJob(cacheObjSubType[`job_msg_refresh`], objJobPriority, m.TGUserID64, m.ObjID64, cwm.End.Add(5*time.Minute).UTC(), b)
|
||||
logOnError(err, "SQLIdentifyMsgWorker["+strconv.Itoa(id)+"] : insertMsgAuctionAnnounce createJob")
|
||||
log.Printf("SQLIdentifyMsgWorker["+strconv.Itoa(id)+"] : insertMsgAuctionAnnounce : refreshing (%d) in %v\n%s", jobID64, time.Now().UTC().Sub(cwm.End.Add(5*time.Minute).UTC()), m.Text)
|
||||
/* hack for autobid - FIXME */
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user