Skip to content

移除 redis 依赖,使用纯 DB 驱动的后台任务 Remove redis dependency and use pure DB driven background tasks - #1318

Merged
icyleaf merged 25 commits into
developfrom
refactor/new-background-job
Apr 8, 2024
Merged

icyleaf merged 25 commits into
developfrom
refactor/new-background-job

Conversation

@icyleaf

@icyleaf icyleaf commented Oct 17, 2023

Copy link
Copy Markdown
Member

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

重大变更

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

后续要处理的事情

@icyleaf icyleaf added dependencies Pull requests that update a dependency file breaking-change labels Oct 17, 2023
@icyleaf
icyleaf force-pushed the refactor/new-background-job branch from fd4334f to dfd036c Compare October 20, 2023 09:44
@Jengro777

Copy link
Copy Markdown

什么时候合并这些代码

@icyleaf
icyleaf force-pushed the refactor/new-background-job branch from dfd036c to d716a75 Compare December 27, 2023 08:18
@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
@icyleaf
icyleaf deleted the refactor/new-background-job branch May 27, 2024 06:44
icyleaf added a commit that referenced this pull request Jun 24, 2024
移除 redis 依赖,使用纯 DB 驱动的后台任务 Remove redis dependency and use pure DB driven background tasks
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants