Serge Danzanvilliers
Results
2
comments of
Serge Danzanvilliers
You can set an environment variable when you're in a Django worker process. For instance with Gunicorn you can use the `post_fork` hook to, say, set `IS_GUNICORN_WORKER` environment variable, then...
The partial message thing was already taken care of when deserialising message sets. The new problem was introduced when supporting record batches?