Skip to content

Fix Jaime Buelta feed URL: stale WordPress.com edge cache - #635

Merged
hugovk merged 1 commit into
python:mainfrom
jaimebuelta:fix-jaime-buelta-feed-url
Jul 31, 2026
Merged

Fix Jaime Buelta feed URL: stale WordPress.com edge cache#635
hugovk merged 1 commit into
python:mainfrom
jaimebuelta:fix-jaime-buelta-feed-url

Conversation

@jaimebuelta

Copy link
Copy Markdown
Contributor

EDIT FEED


Hi, I need to edit my current feed url from http://wrongsideofmemphis.wordpress.com/feed/atom/?tag=english+python to https://wrongsideofmemphis.com/tag/english+python/feed/atom/

The configured URL is HTTP, and then it redirects to an older cache. Changing it to HTTPS and setting the tags as part of the path should ensure the feed url is correct and up-to-date.

I checked the following required validations: (mark all 5 with [x])

  1. My feed is valid, I checked using https://validator.w3.org/feed/check.cgi?url=MY_FEED_URL and it is valid!
  2. My feed is a Python Specific feed, e.g: I am proposing the filtered tag or categorized feed url
  3. I only post content to this feed which is related to the Python language and its components and libraries. Or content that I consider interesting for the Python community.
  4. I am aware that once my feed is added it can take a few hours to start being fetched (according to the server update cycle)
  5. My feed contains only content in English language.

Thanks in advance! 👍

The configured URL

    http://wrongsideofmemphis.wordpress.com/feed/atom/?tag=english+python

redirects three times to https://wrongsideofmemphis.com/feed/atom/?tag=english+python,
which WordPress.com has been serving from a pinned edge-cache entry
(x-nc: HIT, last-modified: Sat, 16 Aug 2025) for close to a year. The
newest post in that response is "Agents and Agency" from 2025-08-10, and
conditional requests against it return 304, so Channel.update() logs
"Feed unchanged" indefinitely and no new posts ever reach the planet.

The origin itself is fine -- the same URL with a cache-busting parameter
returns current content -- so only that one cache key is stuck.

Switch to the tag-permalink form, which serves fresh content and keeps
the identical english AND python filter. Verified to return the same
post set plus everything published since August 2025, and to still
exclude posts tagged english but not python. Validates as Atom 1.0.

The new URL also drops the redirect chain and starts on a fresh planet
cache key, discarding the stored etag/modified that was pinning fetches
to a 304.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
@hugovk
hugovk merged commit 856d4b9 into python:main Jul 31, 2026
2 checks passed
@hugovk

hugovk commented Jul 31, 2026

Copy link
Copy Markdown
Member

Thanks for the update!

@jaimebuelta
jaimebuelta deleted the fix-jaime-buelta-feed-url branch July 31, 2026 16:30
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.

2 participants