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

fix: increase cache ttls #106

Merged
merged 1 commit into from
Dec 27, 2023
Merged

fix: increase cache ttls #106

merged 1 commit into from
Dec 27, 2023

Conversation

dazedbear
Copy link
Owner

@dazedbear dazedbear commented Dec 27, 2023

Goal

I have received some failsafe redirection alerts daily since 2023/12/22 (#104 was merged on 2023/12/21).

截圖 2023-12-27 下午9 22 18

The root cause is that I adjusted the failsafe generation from daily to weekly (which also triggers cache force refresh) but forgot to increase the Redis cache TTLs from 1 day to 7 days.

This PR is to increase the cache ttls from 1 day to 7 days.

Copy link

codesandbox bot commented Dec 27, 2023

Review or Edit in CodeSandbox

Open the branch in Web EditorVS CodeInsiders

Open Preview

Copy link

vercel bot commented Dec 27, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
dazedbear-github-io ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 27, 2023 1:17pm

@dazedbear dazedbear merged commit 3cf5294 into main Dec 27, 2023
12 checks passed
github-actions bot pushed a commit that referenced this pull request Dec 27, 2023
## [4.34.2](v4.34.1...v4.34.2) (2023-12-27)

### Bug Fixes

* increase cache ttls ([#106](#106)) ([3cf5294](3cf5294))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant