mirror of
https://github.com/hoernschen/dendrite.git
synced 2024-12-26 15:08:28 +00:00
Try that again
This commit is contained in:
parent
0308cebc6a
commit
2a911aa892
1 changed files with 1 additions and 1 deletions
|
@ -91,11 +91,11 @@ func (r *Inputer) Start() error {
|
|||
_ = msg.Term()
|
||||
return
|
||||
}
|
||||
defer eventIDsQueued.Delete(eventID)
|
||||
|
||||
roomserverInputBackpressure.With(prometheus.Labels{"room_id": roomID}).Inc()
|
||||
worker := r.workerForRoom(roomID)
|
||||
worker.Act(nil, func() {
|
||||
defer eventIDsQueued.Delete(eventID)
|
||||
ctx, cancel := context.WithTimeout(context.Background(), MaximumProcessingTime)
|
||||
defer cancel()
|
||||
defer roomserverInputBackpressure.With(prometheus.Labels{"room_id": roomID}).Dec()
|
||||
|
|
Loading…
Reference in a new issue