Since yesterdays outage (https://status.cloud.google.com/incident/cloud-networking/18016), the static files on my AppEngine Standard PHP55 deploys are stale.
For instance: runtime: php55 api_version: 1 default_expiration: "28d" handlers: - url: /build static_dir: build Usually when this sort of thing happen you can deploy a new version of your service and it busts any cache issue but I must have tried a dozen times and nothing happening. And yes I've definitely been cleaning my local caches ;) I also changed the bucket used when deploying for a clean upload but no difference. *gcloud app deploy --version next --bucket gs://test-bucket-empty* Overnight my application started serving the right files again but when I deployed it reverted back to the stale cache it was serving yesterday. I note that in the outage that Google Storage was affected, so I assume they are still mitigating the issue. Just putting this out there - is anyone else experiencing this or am I going mad? -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/8c03fba2-7a68-4df7-b111-f185593403c5%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
