MCPcopy Create free account
hub / github.com/imgproxy/imgproxy / DecRequestsInProgress

Method DecRequestsInProgress

monitoring/stats/stats.go:32–34  ·  view source on GitHub ↗

DecRequestsInProgress decrements the requests in progress counter

()

Source from the content-addressed store, hash-verified

30
31// DecRequestsInProgress decrements the requests in progress counter
32func (s *Stats) DecRequestsInProgress() {
33 atomic.AddInt64(&s.requestsInProgress, -1)
34}
35
36// ImagesInProgress returns the current number of images being processed
37func (s *Stats) ImagesInProgress() float64 {

Callers 1

ExecuteMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected