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 依赖,使用纯 DB 驱动的后台任务 Remove redis dependency and use pure DB driven background tasks #1318

Merged
merged 25 commits into from Apr 8, 2024

Conversation

icyleaf
Copy link
Member

@icyleaf icyleaf commented Oct 17, 2023

目的:减少资源依赖,本身 redis 的作用单纯为了后台任务,大部分的页面 cache 也都不性能,索性把 redis 放弃改用纯 postgres 驱动。

重大变更

  • 弃用 Redis 改用 Postgres 作为后台任务(缓存、定时任务、备份)

后续要处理的事情

@icyleaf icyleaf added dependencies Pull requests that update a dependency file breaking-change labels Oct 17, 2023
@Avey777
Copy link

Avey777 commented Dec 8, 2023

什么时候合并这些代码

@icyleaf icyleaf force-pushed the refactor/new-background-job branch from d716a75 to 1dff6dc Compare March 1, 2024 02:11
@icyleaf icyleaf force-pushed the refactor/new-background-job branch from af2bdf8 to ada0d7f Compare March 8, 2024 10:57
@icyleaf icyleaf force-pushed the develop branch 2 times, most recently from 1e75343 to b7bba5b Compare March 15, 2024 08:01
@icyleaf icyleaf force-pushed the refactor/new-background-job branch 2 times, most recently from 715419b to 69dabd0 Compare April 7, 2024 08:18
@icyleaf icyleaf changed the title 使用纯 DB 驱动的后台任务 移除 redis 依赖,使用纯 DB 驱动的后台任务 Remove redis dependency and use pure DB driven background tasks Apr 8, 2024
@icyleaf icyleaf force-pushed the refactor/new-background-job branch from 9f4e438 to 6b15042 Compare April 8, 2024 01:22
@icyleaf icyleaf mentioned this pull request Apr 8, 2024
@icyleaf icyleaf merged commit e75ed6e into develop Apr 8, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking-change dependencies Pull requests that update a dependency file
Development

Successfully merging this pull request may close these issues.

None yet

2 participants