django-prometheus
django-prometheus copied to clipboard
doesn't work in django_rq
ExportModelOperationsMixin doesn't register update/delete/insert when query was enqueued in django-rq worker
I'm not familiar with django-rq but I assume the queries get executed in another process. If that's the case you may want to use the push gateway or another method to monitor the worker processes.
@Ratak you probably solved this problem. Can you tell me how?