-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
Unpin channels-redis #15329
Unpin channels-redis #15329
Conversation
The bug that initially caused the upgrade block has been resolved django/channels_redis#332
Version 4.0.0 of channel-redis migrated the underlying Redis library from aioredis to redis-py. The Exception has been changed to an equivalent
@@ -7,7 +7,7 @@ azure-keyvault | |||
boto3 | |||
botocore | |||
channels | |||
channels-redis==3.4.1 # see UPGRADE BLOCKERs | |||
channels-redis |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we want to fully unpin this given its upgrade blocker status before?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
its fine
it was an indirect dependency from aioredis which was removed
it's potentially providing a performance boost. install explicitly as a part of redis. upgrade to more recent version
it was also addressed as a part of this PR
Quality Gate passedIssues Measures |
* unpin channels-redis The bug that initially caused the upgrade block has been resolved django/channels_redis#332 * replace aioredis Exception with a redis Exception Version 4.0.0 of channel-redis migrated the underlying Redis library from aioredis to redis-py. The Exception has been changed to an equivalent * remove unused license * remove UPGRADE BLOCKER in README * remove hiredis it was an indirect dependency from aioredis which was removed * remove unused license * add back hiredis it's potentially providing a performance boost. install explicitly as a part of redis. upgrade to more recent version * remove UPGRADE BLOCKER for hiredis it was also addressed as a part of this PR
* unpin channels-redis The bug that initially caused the upgrade block has been resolved django/channels_redis#332 * replace aioredis Exception with a redis Exception Version 4.0.0 of channel-redis migrated the underlying Redis library from aioredis to redis-py. The Exception has been changed to an equivalent * remove unused license * remove UPGRADE BLOCKER in README * remove hiredis it was an indirect dependency from aioredis which was removed * remove unused license * add back hiredis it's potentially providing a performance boost. install explicitly as a part of redis. upgrade to more recent version * remove UPGRADE BLOCKER for hiredis it was also addressed as a part of this PR
* unpin channels-redis The bug that initially caused the upgrade block has been resolved django/channels_redis#332 * replace aioredis Exception with a redis Exception Version 4.0.0 of channel-redis migrated the underlying Redis library from aioredis to redis-py. The Exception has been changed to an equivalent * remove unused license * remove UPGRADE BLOCKER in README * remove hiredis it was an indirect dependency from aioredis which was removed * remove unused license * add back hiredis it's potentially providing a performance boost. install explicitly as a part of redis. upgrade to more recent version * remove UPGRADE BLOCKER for hiredis it was also addressed as a part of this PR
SUMMARY
The bug that initially caused the upgrade block has been resolved django/channels_redis#332.
As a result aioredis was removed because version 4.0.0 of channel-redis migrated the underlying Redis library from aioredis to redis-py..
ISSUE TYPE
COMPONENT NAME
AWX VERSION
ADDITIONAL INFORMATION