Fix use of dedicated listeners with multiprocess#283
Fix use of dedicated listeners with multiprocess#283riconnon wants to merge 1 commit intodjango-commons:masterfrom
Conversation
eabe078 to
340a76c
Compare
340a76c to
779b7ef
Compare
|
Hi @korfuri For me, without this, I'm unable to make a working setup using multiprocess and dedicated listeners. |
|
please provide some more context for this change.. |
|
@asherf |
|
I think I might be facing this issue. Any update on merging this? @riconnon if you understand the issue well enough maybe you can include a testcase which demonstrates it, although I understand it is not trivial given the nature of multiproc stuff. |
779b7ef to
16aa270
Compare
Extract the code to select the registry used for the exporter from the Django view and provide the registry as a parameter to clients for deciated listeners as well.
16aa270 to
cfefbd0
Compare
|
@asherf It would be really useful to see this PR reviewed since without it my setup is entirely broken |
|
i accidentally / coincidentally made a similar patch in PR 502, no idea which patch is better. But apparently maintenance of this repository has ceased, if this problem has not been solved for > 1 year? |
Extract the code to select the registry used for the exporter from the
Django view and provide the registry as a parameter to clients for
deciated listeners as well.