Brian Glass

Results 12 comments of Brian Glass

My first attempt was to try using Newrelic's `newrelic.agent.web_transaction` decorator, but that didn't seem to work consistently. My workaround to this problem was to write my own decorator. You have...

@Archmonger, I'm running your branch in production in a Django app. I'll let you know if I have any issues, but so far so good.

@Archmonger, when Whitenoise returns a 304 response for a file that is already cached on the client, it gives the following warning: `/Users/bglass/src/orthocal-python/ve/lib/python3.12/site-packages/django/http/response.py:517: Warning: StreamingHttpResponse must consume synchronous iterators in...

@Archmonger, I'm running Django 5.0b1. I just tried it with 4.2.7 with the same result. I though it might be `django-cors-headers` since I had the middleware before `whitenoise`, but I...

@thomasw, I have a proof of concept for this. I'm using djproxy in combination with a Django Channels based websocket proxy consumer to proxy VS Code/code-server as well as NoVNC...

I'm working on a transport for Google Pub/Sub. I just started with the memory transport and started hacking on it until something worked. I haven't found good guidelines for how...

@mmorel-fcms, we are still considering a Pubsub implementation. Google released a completely rewritten backward-incompatible client, so I am having to go back and rewrite most of the Kombu Pubsub backend...

As I mentioned several months ago, I've been working on a pubsub transport for Kombu. I got distracted for a few months, but just managed to get a rough cut...

@brianwawok I have not communicated with the Kombu team about this, so I don't know about the potential for approval. My intention is to do a little more testing and...

@n4n0r, the transport in my test repo seems to be working for Celery at this point. It doesn't leverage the full functionality of pubsub yet and depends on Kombu's virtual...