mirror of
https://github.com/christianselig/apollo-backend
synced 2024-11-15 00:17:42 +00:00
remove events
This commit is contained in:
parent
65fc7a5298
commit
c216161836
1 changed files with 4 additions and 2 deletions
|
@ -341,8 +341,10 @@ func (nc *notificationsConsumer) Consume(delivery rmq.Delivery) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
ev := fmt.Sprintf("Sent notification to /u/%s (x%d)", account.Username, msgs.Count)
|
/*
|
||||||
_ = nc.statsd.SimpleEvent(ev, "")
|
ev := fmt.Sprintf("Sent notification to /u/%s (x%d)", account.Username, msgs.Count)
|
||||||
|
_ = nc.statsd.SimpleEvent(ev, "")
|
||||||
|
*/
|
||||||
|
|
||||||
logger.Debug("finishing job")
|
logger.Debug("finishing job")
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue