-
Notifications
You must be signed in to change notification settings - Fork 74
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
docs: recommend redis when users want to use a cache for renovate #1799
Closed
tibeer
wants to merge
14
commits into
renovatebot:main
from
tibeer:docs/recommend-redis-when-using-cache
Closed
docs: recommend redis when users want to use a cache for renovate #1799
tibeer
wants to merge
14
commits into
renovatebot:main
from
tibeer:docs/recommend-redis-when-using-cache
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
tibeer
force-pushed
the
docs/recommend-redis-when-using-cache
branch
from
September 26, 2024 07:29
f8dda07
to
ff7fc48
Compare
viceice
requested changes
Dec 5, 2024
tibeer
force-pushed
the
docs/recommend-redis-when-using-cache
branch
from
December 6, 2024 07:16
ff7fc48
to
dc54681
Compare
The disk cache is very likely to pile up quickly. This will prevent the Job to be executed once the PersistentVolume is full. More information can be found here: renovatebot/renovate#30525 Signed-off-by: Tim Beermann <[email protected]>
tibeer
force-pushed
the
docs/recommend-redis-when-using-cache
branch
from
December 6, 2024 07:20
dc54681
to
87746f0
Compare
viceice
approved these changes
Dec 9, 2024
…enovatebot#2084) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…v13.2.0 (renovatebot#2085) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…enovatebot#2086) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…v13.2.1 (renovatebot#2087) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…enovatebot#2088) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…enovatebot#2089) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…enovatebot#2090) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…enovatebot#2091) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…enovatebot#2092) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…enovatebot#2093) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…enovatebot#2094) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…v13.2.2 (renovatebot#2095) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…enovatebot#2096) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
auto-merge was automatically disabled
December 10, 2024 08:30
Head branch was pushed to by a user without write access
tibeer
force-pushed
the
docs/recommend-redis-when-using-cache
branch
from
December 10, 2024 08:30
5940611
to
93b8519
Compare
Something got completly messed up during interactive rebase. I created a new, clean pull request: #2099 |
you could simply force push to fix |
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.
The disk cache is very likely to pile up quickly. This will
prevent the Job to be executed once the PersistentVolume is full.
More information can be found here:
renovatebot/renovate#30525
Signed-off-by: Tim Beermann [email protected]