Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added serializer option to redis backend. #57

Merged
merged 2 commits into from
Jun 11, 2024

Conversation

s3rius
Copy link
Member

@s3rius s3rius commented Apr 28, 2024

Closes #56

Signed-off-by: Pavel Kirilin <win10@list.ru>
@s3rius s3rius force-pushed the feature/backend-serializer branch from a64eb66 to ac2a334 Compare June 11, 2024 18:14
Signed-off-by: Pavel Kirilin <win10@list.ru>
@codecov-commenter
Copy link

Codecov Report

Attention: Patch coverage is 88.57143% with 4 lines in your changes missing coverage. Please review.

Project coverage is 93.24%. Comparing base (386b5bb) to head (f536b4f).

Files Patch % Lines
taskiq_redis/redis_broker.py 80.00% 2 Missing ⚠️
taskiq_redis/redis_backend.py 93.75% 1 Missing ⚠️
taskiq_redis/schedule_source.py 88.88% 1 Missing ⚠️

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

Additional details and impacted files
@@             Coverage Diff             @@
##           develop      #57      +/-   ##
===========================================
- Coverage    94.13%   93.24%   -0.90%     
===========================================
  Files            8        7       -1     
  Lines          358      370      +12     
===========================================
+ Hits           337      345       +8     
- Misses          21       25       +4     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@s3rius s3rius merged commit f66a2c2 into develop Jun 11, 2024
8 checks passed
@s3rius s3rius deleted the feature/backend-serializer branch June 11, 2024 18:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Custom serializers
2 participants