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

fix: prevent redis provider from crashing when using deleteComplete #1260

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

danyhoron
Copy link

Describe the change

While testing the redis persistence provider, I set deleteComplete: true I started getting lots of warnings and errors:
Error indexing workfow

Describe your implementation or design
I checked if the redis response has value, and if it didn't return null, don't try to deserialize it.

Tests
Did not add any now tests.

Breaking change
No breaking changes.

Additional context
Any additional information you'd like to provide?

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.

None yet

1 participant