whoops commited before saving
This commit is contained in:
parent
274e7efd3c
commit
83fe136baf
|
|
@ -113,7 +113,7 @@ func startMonitor(rpcCh *amqp.Channel, logger *blog.AuditLogger) {
|
||||||
// Run forever.
|
// Run forever.
|
||||||
for d := range deliveries {
|
for d := range deliveries {
|
||||||
// If d is a call add to deliveryTimings and increment Boulder.RpcOpenCalls, if it is a
|
// If d is a call add to deliveryTimings and increment Boulder.RpcOpenCalls, if it is a
|
||||||
// response then get time.Since call from deliveryTiming, send timing metric, and
|
// response then get time.Since original call from deliveryTiming, send timing metric, and
|
||||||
// decrement Boulder.RpcOpenCalls
|
// decrement Boulder.RpcOpenCalls
|
||||||
go func() {
|
go func() {
|
||||||
if d.ReplyTo != "" {
|
if d.ReplyTo != "" {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue