Skip to content
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

Remove caching of CSV responses #928

Merged
merged 5 commits into from
May 11, 2024
Merged

Remove caching of CSV responses #928

merged 5 commits into from
May 11, 2024

Conversation

pixeltrix
Copy link
Contributor

These responses are too large to fit within memcached and should be cached in the CDN.

These responses are too large to fit within memcached and should be cached in the CDN.
We are using the default packages from Ubuntu 22.04 which will be supported until April 2027.
Logged in state was leaking between examples.
The Facebook crawler sees the url in a CSV response and attempts to follow
it but includes the signature counts in the line as the comma is not
detected as the end of the url. By quoting the string columns (action, url
and state) it should help badly designed crawlers detect the end of the
url and reduce the spikes of "400 Bad Request" errors we get.
@pixeltrix pixeltrix merged commit 1805f8d into master May 11, 2024
12 checks passed
@pixeltrix pixeltrix deleted the remove-csv-caching branch May 11, 2024 10:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant