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

[配置] 支持Redis 哨兵模式 #574

Open
nannan00 opened this issue Jul 21, 2022 · 4 comments
Open

[配置] 支持Redis 哨兵模式 #574

nannan00 opened this issue Jul 21, 2022 · 4 comments
Assignees
Labels
Layer: api Api module related Priority: High Type: bug Something isn't working Type: enhancement Enhancement for existing feature

Comments

@nannan00
Copy link
Collaborator

nannan00 commented Jul 21, 2022

bk-user-api-worker(可以通过配置连接哨兵,但需要 在/app/bkuser_core/config/common/django_basic.py文件中添加
CELERY_BROKER_TRANSPORT_OPTIONS = env("CELERY_BROKER_TRANSPORT_OPTIONS") CELERY_RESULT_BACKEND_TRANSPORT_OPTIONS =
env("CELERY_RESULT_BACKEND_TRANPORT_OPTIONS"),需要对应修改镜像和chart包)

image

@nannan00 nannan00 added Type: bug Something isn't working Type: enhancement Enhancement for existing feature Layer: api Api module related Priority: High labels Jul 21, 2022
@nannan00 nannan00 self-assigned this Jul 21, 2022
@nannan00
Copy link
Collaborator Author

celery broker 考虑缓存 RabbitMQ

@nannan00 nannan00 mentioned this issue Nov 10, 2022
34 tasks
@wklken
Copy link
Collaborator

wklken commented Dec 21, 2022

二进制+容器化预计 2.5.2 都支持standalone模式的redis

后续切换升级 sentinel需要处理

@wklken
Copy link
Collaborator

wklken commented Jan 12, 2023

如果启动, 需要拆成两个事情:

  1. 使用rabbitmq作为broker
  2. redis 支持sentinel模式(二进制+容器化)

@Xmandon
Copy link
Collaborator

Xmandon commented Jun 5, 2023

沟通协商在多租户版本完成

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Layer: api Api module related Priority: High Type: bug Something isn't working Type: enhancement Enhancement for existing feature
Projects
None yet
Development

No branches or pull requests

3 participants