Benjamin Rigaud
Benjamin Rigaud
+1 django-modeltranslation
Out of curiosity, can't you replace `override_settings` by the `settings` fixture? Aren't they serving similar purposes?
Issue still occurring with connector 3.0.8
Few months ago, I started evaluating the complexity of such a task. The work of @mfelsche on the https://github.com/mfelsche/crate-django package is a good start. The Crate JOINs support should be...
Hi, If I implement a fix, would you have time to review it? :bow: Ben
Hi, I am taking over this issue from @pmourlanne on our side. We are reproducing the `ImportError` issue with `ddtrace==2.6.0` Importing from `ddtrace.ext.git` is working fine: ``` bash $ python...
I reproduced the issue only one time after the installation. All subsequents service restarts worked correctly :crying_cat_face: I don't know if it is a good news or not: I have...
I did another update scenario (from `2.3.5` to `2.6.0`) and got another error: ``` Feb 13 08:16:28 ip-172-30-0-211 bash[289505]: 2024-02-13 08:16:28,644 ERROR [ddtrace._monkey] [_monkey.py:170] [dd.service=django dd.env=dev dd.version=v1.37.4-22-g039506f91 dd.trace_id=0 dd.span_id=0] -...
@romainkomorndatadog found something :+1: I was reloading our gunicorn service (with systemctl). A **restart** is working properly! I don't know if it expected: but a **reload** isn't properly reloading the...
Reloading the service is sending a HUP signal to gunicorn: it restarts new workers. These new workers should have a fresh and up-to-date ddtrace code. But it still generates the...