taskiq-python / taskiq

Distributed task queue with full async support
MIT License
694 stars 44 forks source link

Added pickle serializer. #232

Closed s3rius closed 8 months ago

s3rius commented 8 months ago

Pickle can serializer any types and might be useful for systems where security is not a concern.

codecov-commenter commented 8 months ago

Codecov Report

Merging #232 (e944e9e) into develop (4d0a7e3) will increase coverage by 0.14%. The diff coverage is 100.00%.

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

@@             Coverage Diff             @@
##           develop     #232      +/-   ##
===========================================
+ Coverage    73.04%   73.18%   +0.14%     
===========================================
  Files           56       57       +1     
  Lines         1688     1697       +9     
===========================================
+ Hits          1233     1242       +9     
  Misses         455      455              
Files Coverage Δ
taskiq/serializers/__init__.py 100.00% <100.00%> (ø)
taskiq/serializers/pickle.py 100.00% <100.00%> (ø)

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more