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

🚀 : Selective cache purges in Cloudflare after deploying with github actions #51

Closed
xuelink opened this issue Apr 15, 2024 · 2 comments · Fixed by #65
Closed

🚀 : Selective cache purges in Cloudflare after deploying with github actions #51

xuelink opened this issue Apr 15, 2024 · 2 comments · Fixed by #65
Assignees
Labels
feature New feature or request

Comments

@xuelink
Copy link
Member

xuelink commented Apr 15, 2024

Is your feature request related to a problem? Please describe.
Managing cache purges in Cloudflare after deploying with GitHub Actions can be cumbersome, especially when only specific resources need to be purged. Currently, the process involves purging the entire cache, which can lead to unnecessary cache invalidation and potential performance issues.

Describe the solution you'd like
I would like the ability to perform selective cache purges in Cloudflare after deploying with GitHub Actions. This means being able to specify particular URLs or resources that need to be purged from the cache, rather than purging the entire cache.

Describe alternatives you've considered
One alternative is to continue purging the entire cache, but this is inefficient and can impact performance. Another alternative is to manually purge specific URLs through the Cloudflare dashboard, but this is time-consuming and prone to errors.

Additional context
Integrating selective cache purges into the GitHub Actions workflow would streamline the deployment process and improve overall efficiency. It would also reduce the risk of unintended cache invalidation and ensure that only necessary resources are purged from the cache.

Ref: https://github.com/langxapp/website/blob/main/.github/workflows/deploy.yml

Contributor: @DH-555

If you want speed up process of this issue, please send 🚀 as a reaction.

@xuelink xuelink added the feature New feature or request label Apr 15, 2024
@xuelink
Copy link
Member Author

xuelink commented Apr 20, 2024

@xuelink xuelink added this to Backlog Apr 20, 2024
@github-project-automation github-project-automation bot moved this to Todo in Backlog Apr 20, 2024
@xuelink xuelink moved this from Todo to In Progress in Backlog Apr 20, 2024
@xuelink
Copy link
Member Author

xuelink commented Apr 22, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants