Re: Getting Django Channels working with NewRelic

2023-11-17 Thread Lutaaya Jamil
I suggest this, how bout you tell me something simple I can try doing tonight, in that If I manage to do it and show to you how I did it, I would have helped. For example if it is fibonacci, and you want to know how it works you can ask me to show research and show how to reach the result of f

Re: Getting Django Channels working with NewRelic

2023-11-17 Thread Filbert
We use dramatiq not celery, instrumenting dramatiq was easy. Channels is a different beast, clearly a pattern NewRelic doesn't recognize out of the box. On Friday, November 17, 2023 at 12:40:38 PM UTC-5 Lutaaya Jamil wrote: > I have never used that, hearing for the first time though. > Is doing

Re: Getting Django Channels working with NewRelic

2023-11-17 Thread Lutaaya Jamil
I have never used that, hearing for the first time though. Is doing the same as celery? I am interested in making it work with you, we might dive into it together, you never know...Adding a new skill is worth it On Friday, 17 November 2023 at 18:54:52 UTC+3 Tim Nelson wrote: > I am trying to get