Beda Kosata

Results 13 comments of Beda Kosata

I started using django-prometheus with an application running using uwsgi in multiple processes and I see strange things. At least some of the counters jump up and down on successive...

I found the documentation for dealing with uwsgi just a few minutes ago, so I guess it would solve my problem. Sorry for the previous post.

https://pypi.org/project/prometheus-python/ look for "Monitor in multiprocess mode (uWSGI, Gunicorn)".

> @beda42, that is a link to a separate package(prometheus-python). Were you able to solve the multiprocess issue using this package(django-prometheus)? I think that maybe the document I linked to...

Hi, I have just stumbled upon the performance issue as well. From my point of view, the issue seems quite clear - the PBKDF2 and other password hashers are really...

> **Backward Compatibility:** Switching the hashing algorithm is an interesting suggestion but it introduces a backward compatibility issue. Existing applications using the current hashing mechanism would require migration, and this...

@AlexIvanchyk > In light of your valuable input, I propose a nuanced strategy that incorporates multiple solutions: > > 1. Add an extra field to the key model indicating the...

I have created a draft MR for the "plain" hash hashing. It is intended more as a starting point for discussion rather than complete solution. I would be happy for...

I wonder, is there really some need to update the PK as part of #244? I think that the only requirements for PK are stability and uniqueness, and the original...

>> I wonder, is there really some need to update the PK as part of https://github.com/florimondmanca/djangorestframework-api-key/pull/244? I think that the only requirements for PK are stability and uniqueness, and the...