Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #1163 +/- ##
==========================================
+ Coverage 91.84% 98.62% +6.78%
==========================================
Files 85 29 -56
Lines 7907 2552 -5355
Branches 476 95 -381
==========================================
- Hits 7262 2517 -4745
+ Misses 539 32 -507
+ Partials 106 3 -103
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Is it possible to also log the queue size from here? And additionally maybe a "queue percent" metric to check how close to full the queue usually is |
I'm not sure we can log metrics from inside of the gunicorn worker, or what impact it would have to add logging there. What we can do however is add a metric inside of the worker that looks up |
add some metrics to monitor fastpath behavior more closely