Note: this repository and service are no longer maintained
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.
curl https://adobeioruntime.net/api/v1/web/helix/helix-observation/cache-flush@v1
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.