Mathieu Poussin

Results 47 comments of Mathieu Poussin

Any update on this ? that would be very interesting as more and more websites are turning into applications requesting JSON (That may eventually contains links to images). Thank.

Yes of course that something quite risky that should not be enabled by default. A good way should be to have some configuration parameters like restricting the JSON fields that...

Same load with either 0.5 and 2.0 of interval. My result backend is the database. My versions are Django==1.10.8 django-celery-monitor==1.1.2 celery==4.1.0 I didn't set any result backend, my config is...

I confirm it looks like it's doing a lot of database queries. There you have a screenshot of pgAdmin4, all those small spikes are from celery monitor (When I stop...

I think you need to make your your PR pass the tests before it can be merged, right now it's breaking compatibility with Python 2.7

I highly recommend you Traefik for this as reverse proxy: https://docs.traefik.io/user-guide/docker-and-lets-encrypt/

I got a query in the slow query log but the query itself is not so slow (around 1s) : ``` SELECT `reversion_version`.`id`, `reversion_version`.`revision_id`, `reversion_version`.`object_id`, `reversion_version`.`content_type_id`, `reversion_version`.`db`, `reversion_version`.`format`, `reversion_version`.`serialized_data`, `reversion_version`.`object_repr`...

No problem, let me know if you need something :)