django-prometheus icon indicating copy to clipboard operation
django-prometheus copied to clipboard

doesn't work in django_rq

Open Ratak opened this issue 6 years ago • 2 comments

ExportModelOperationsMixin doesn't register update/delete/insert when query was enqueued in django-rq worker

Ratak avatar Apr 03 '18 16:04 Ratak

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.

korfuri avatar Jun 01 '18 11:06 korfuri

@Ratak you probably solved this problem. Can you tell me how?

k0t3n avatar Jan 17 '20 20:01 k0t3n