adobe / helix-cache-flush

OpenWhisk action that can be registered as helix observation task. It will react on content changes via the observation service and notify the inner CDN with cache purge requests.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Note: this repository and service are no longer maintained

Helix Cache Flush Service

The helix-cache-flush service is an OpenWhisk action that can be registered as helix observation task. It will react on content changes via the observation service and notify the inner CDN with cache purge requests.

Status

codecov CircleCI GitHub license GitHub issues LGTM Code Quality Grade: JavaScript semantic-release

Installation

Usage

curl https://adobeioruntime.net/api/v1/web/helix/helix-observation/cache-flush@v1

Development

Deploying Helix Cache Flush Service

Deploying Helix Cache Flush Service requires the wsk command line client, authenticated to a namespace of your choice. For Project Helix, we use the helix namespace.

All commits to main that pass the testing will be deployed automatically. All commits to branches that will pass the testing will get deployed as /helix/helix-observation/cache-flush@ci<num> and tagged with the CI build number.

About

OpenWhisk action that can be registered as helix observation task. It will react on content changes via the observation service and notify the inner CDN with cache purge requests.

License:Apache License 2.0


Languages

Language:JavaScript 100.0%