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

Pin redis to 2.10.6 #1043

Merged
merged 1 commit into from
Jan 19, 2019
Merged

Pin redis to 2.10.6 #1043

merged 1 commit into from
Jan 19, 2019

Conversation

chris34
Copy link
Member

@chris34 chris34 commented Jan 19, 2019

As django-redis 4.4. is incompatible with the newer versions 3.x of redis.

See https://sentry.ubuntu-eu.org/ubuntuusers/staging/issues/831/, jazzband/django-redis#342

The traceback is DataError: Invalid input of type: 'CacheKey'. Convert to a byte, string or number first. and occurs when visiting an page and also for some celery tasks.

This can be also easily tested locally, if you remove the current virtualenv completely and install it from scratch again.

That's the reason why http://staging.inyokaproject.org/ currently only returns Internal Server Error.

@chris34 chris34 added this to the Open Source milestone Jan 19, 2019
@chris34 chris34 self-assigned this Jan 19, 2019
@chris34 chris34 requested review from sebix and v-gar January 19, 2019 15:38
As django-redis 4.4. is incompatible with the newer versions 3.x of
redis.

See https://sentry.ubuntu-eu.org/ubuntuusers/staging/issues/831/
Copy link
Member

@v-gar v-gar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Okay.

@v-gar v-gar merged commit 4cb7880 into inyokaproject:staging Jan 19, 2019
@chris34 chris34 deleted the pin-redis branch January 19, 2019 21:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants