You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 28, 2022. It is now read-only.
The surrogate-key computation uses the context.content.sources, which specifies the entire, original url where the markdown content was fetched. for example:
The problem is, that in order to (soft) purge the fastly cache, when the index.md is modified, the bot doesn't know exactly which SHA was used to compute the .html.
the surrogate key should be computed using the original ref. e.g. master. suggest to include an additional parameter branch to the action.request.params.
The surrogate-key computation uses the
context.content.sources
, which specifies the entire, original url where the markdown content was fetched. for example:The problem is, that in order to (soft) purge the fastly cache, when the
index.md
is modified, the bot doesn't know exactly which SHA was used to compute the.html
.the surrogate key should be computed using the original
ref
. e.g.master
. suggest to include an additional parameterbranch
to theaction.request.params
.the surrogate key will then be computed using:
@trieloff
helix-dispatch
also needs to include the newbranch
param.The text was updated successfully, but these errors were encountered: