You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The SQL metrics in worker currently don't track full-runtime, success and error at all because they fall out of the django commit in file:tasks/base.py.
Rework the context managers so that the db operations to capture those metrics actually get included in the django commit.
The SQL metrics in worker currently don't track
full-runtime
,success
anderror
at all because they fall out of the django commit in file:tasks/base.py
.Rework the context managers so that the db operations to capture those metrics actually get included in the django commit.
EG:
full-runtime
stopped getting captured sometime around March 7th 2024The text was updated successfully, but these errors were encountered: