Alberto
Alberto
Hi! my guess is that this is not a DC issue, this is a `nginx-proxy` issue. `nginx-proxy` is the aggregation of a Nginx server and `docker-gen` container, this last creates...
This issue happens with Celery 5.3.1 and Python 3.11.4/5.
We saw that disabling profiling (`DD_PROFILING_ENABLED` env var) did the trick and we no longer see them.
@amzar96 `DD_PROFILING_ENABLED=False` (see [docs](https://docs.datadoghq.com/profiler/enabling/python/#usage)). Our issue was we had it enabled explicitly.
@jfalkenstein were you able to send tasks to the dead-letter queue using SQS? I've tried to send them every time a task fails or I reject explicitly the task (raising...
@jfalkenstein Thank you so much for showing the solution you came up with. I've tested it in my local environment (using localstack) before and after applying your patch: - Without...
@jfalkenstein thanks for noticing that, I must have done something weird while I was testing it. I have just tested it again to make sure and like you said, it...
Tried in a small PoC with Django 4.2.8 and Python 3.11 and seems to be working fine.
Hi Sebastian, ~~The agent is not telling DC that the size of an instance has changed. That task belongs to a system container deployed in the node called "metrics". DC...