-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix static 404 #593
Fix static 404 #593
Conversation
Codecov Report
@@ Coverage Diff @@
## master #593 +/- ##
=======================================
Coverage 85.41% 85.41%
=======================================
Files 39 39
Lines 1961 1961
Branches 300 300
=======================================
Hits 1675 1675
Misses 286 286 Continue to review full report at Codecov.
|
1 similar comment
Codecov Report
@@ Coverage Diff @@
## master #593 +/- ##
=======================================
Coverage 85.41% 85.41%
=======================================
Files 39 39
Lines 1961 1961
Branches 300 300
=======================================
Hits 1675 1675
Misses 286 286 Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ideally, we would cache the 404 coming from the static action, right?
yes, but not from the |
It's common to cache 404s, but usually quite short lifespans compared to 2XX so perhaps explicitly specify a shorter TTL. |
Ok, I'm merging this, but putting it on the adobe/helix-publish#7 post-merge todo list. |
see #591
also adds action name to trace for better debugging of the request chain.