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
@tguild noticed a delay in github.io mirroring. Sometimes, it takes a few seconds/minutes for the commit to be propagated on github pages but if the webhook is configured for that repo, Echidna will not take the latest updates as it's not available yet on github.io.
@tguild suggested we could post an expected minimum timestamp with the request so Echidna could compare it with the one from github.io.
I think this won't be a problem when we're done with #245. Any group using github.io now could pass along their gh-pages branch directly to Echidna; no web publishing necessary so that delay won't matter.
@tguild noticed a delay in github.io mirroring. Sometimes, it takes a few seconds/minutes for the commit to be propagated on github pages but if the webhook is configured for that repo, Echidna will not take the latest updates as it's not available yet on github.io.
@tguild suggested we could post an expected minimum timestamp with the request so Echidna could compare it with the one from github.io.
Another option might be to use raw.githubusercontent.com instead of github.io (eg. https://raw.githubusercontent.com/w3c/automotive/gh-pages/vehicle_data/Echidna.data).
The text was updated successfully, but these errors were encountered: