-
Notifications
You must be signed in to change notification settings - Fork 139
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
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
icyleaf
added
dependencies
Pull requests that update a dependency file
breaking-change
labels
Oct 17, 2023
icyleaf
force-pushed
the
refactor/new-background-job
branch
from
October 20, 2023 09:44
fd4334f
to
dfd036c
Compare
什么时候合并这些代码 |
icyleaf
force-pushed
the
refactor/new-background-job
branch
from
December 27, 2023 08:18
dfd036c
to
d716a75
Compare
icyleaf
force-pushed
the
refactor/new-background-job
branch
from
March 1, 2024 02:11
d716a75
to
1dff6dc
Compare
icyleaf
force-pushed
the
refactor/new-background-job
branch
from
March 8, 2024 10:57
af2bdf8
to
ada0d7f
Compare
icyleaf
force-pushed
the
develop
branch
2 times, most recently
from
March 15, 2024 08:01
1e75343
to
b7bba5b
Compare
icyleaf
force-pushed
the
refactor/new-background-job
branch
2 times, most recently
from
April 7, 2024 08:18
715419b
to
69dabd0
Compare
icyleaf
changed the title
使用纯 DB 驱动的后台任务
移除 redis 依赖,使用纯 DB 驱动的后台任务 Remove redis dependency and use pure DB driven background tasks
Apr 8, 2024
icyleaf
force-pushed
the
refactor/new-background-job
branch
from
April 8, 2024 01:22
9f4e438
to
6b15042
Compare
Merged
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
目的:减少资源依赖,本身 redis 的作用单纯为了后台任务,大部分的页面 cache 也都不性能,索性把 redis 放弃改用纯 postgres 驱动。
重大变更
后续要处理的事情