ci: add scheduled refresh for GitHub backlog cache#1496
Open
felixwidjaja wants to merge 1 commit into
Open
Conversation
AriaEdo
force-pushed
the
fix/github-backlog-cache-refresh
branch
from
July 16, 2026 08:25
e6f80b6 to
34ae5bb
Compare
AriaEdo
force-pushed
the
fix/github-backlog-cache-refresh
branch
from
July 16, 2026 11:24
34ae5bb to
d1d240c
Compare
This file contains hidden or 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
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.
Summary
/roadmap/backlog(GitHub Projects-backed) was only ever refreshed passively via its 24h cache TTL — a change made on the GitHub Projects board could take up to a full day to appear on the live site.github-backlogcache entry every 10 minutes via the existing, secret-protectedPOST /api/cache/strapiendpoint ({"names":["github-backlog"]})./roadmappage already has its own webhook-driven invalidation and is untouched by this change.Test plan
STRAPI_WEBHOOK_SECRETrepo secret is set (required for the workflow's curl call to authenticate against/api/cache/strapi)workflow_dispatchand confirm a 200 response/roadmap/backlogreflects a GitHub Projects board change within ~10 minutes after merge