Skip to content

v5.2.0

Compare
Choose a tag to compare
@psrok1 psrok1 released this 20 Jul 15:57
· 26 commits to master since this release
fee4947

New features and improvements:

  • Performance improvements (#218)
    • Faster task serialization/deserialization using orjson
    • Utilizing SCAN instead of KEYS to not block Redis for a long time when there are lots of tasks
  • 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)