Skip to content

Applying ACTool still times out with a 503 due to CDN not supporting streaming servlets #810

Closed
@kwin

Description

@kwin

Despite the fix applied in the context of #801 the logging of long-running ACTool installation still does not work.
The issue is that the stream log GET servlet does not expose streaming behaviour (i.e. does not hit the client until it is complete).

Locally (i.e. without a CDN) it works just fine but in AEMaaCS where the request is issued from the Fastly CDN it seems that Fastly is waiting for the servlet to finish sending before passing it on to the requester.

Compare with https://docs.fastly.com/en/guides/streaming-miss

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions