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

Method DecImagesInProgress

monitoring/stats/stats.go:47–49  ·  view source on GitHub ↗

DecImagesInProgress decrements the images in progress counter

()

Source from the content-addressed store, hash-verified

45
46// DecImagesInProgress decrements the images in progress counter
47func (s *Stats) DecImagesInProgress() {
48 atomic.AddInt64(&s.imagesInProgress, -1)
49}
50
51// WorkersUtilization returns the current workers utilization percentage
52func (s *Stats) WorkersUtilization() float64 {

Callers 2

executeMethod · 0.80
executeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected