-
Notifications
You must be signed in to change notification settings - Fork 41
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
Stash checksum and/or timestamp in Redis #37
Comments
Thanks for the suggestion @mwpastore. As you can see from the issue you referenced, this is something we've been thinking about. This will also require a change to the ember-cli-deploy/ember-cli-deploy-revision-data repo which is designed to retrieve all that sort of meta data info. Then it will be up to the redis plugin to upload it. Thanks for the suggestion, we'll look in to it. As always, PR's are always welcome 👍 |
I suspect that it would be way above my skill level, after reviewing both components last night, but I will certainly give it a try. Thanks @achambers! |
Duh, we can just use the |
Perfect |
Similar to #25, it would be fantastic if ember-deploy-redis would also stash a checksum (or the commit SHA) and/or a build date/time (or the commit timestamp) of the index to use in the the
ETag
andLast-Modified
HTTP headers. Something like:And then...
Stashing the content in the same hash as the metadata would be ideal (to limit the Redis hits) but would break backwards compatibility.
The text was updated successfully, but these errors were encountered: