v5.2.0
New features and improvements:
- Performance improvements (#218)
- Faster task serialization/deserialization using
orjson
- Utilizing
SCAN
instead ofKEYS
to not block Redis for a long time when there are lots of tasks
- Faster task serialization/deserialization using
- Persistent headers that apply to all tasks within analysis (#215)
--debug
option for Karton consumers to create non-persistent instance with randomized suffix (#220)Task.to_dict
method that returns Python dict without JSON serialization (#216)