You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Checked sentry and did not see any Exceptions which were related to the project url in question
Tested project with readme_renderer locally with no errors
Tested project with readme_renderer on python3.6.1-alpine image with no errors
Purged CDN, ✨ correctly rendered readme appears ✨
I'm not sure where to begin other than to possibly logging renders that fail for some reason, our caches are deep enough that this may not be that bad.
The text was updated successfully, but these errors were encountered:
The odd thing about this that I have noticed since is that the unrendered long_description is the correct long_description for the release, which means that it's likely not a caching issue as it couldn't have been in the cache to begin with. Purging the cache just causes it to build that view again.
Not sure if it was the same for this instance, but that would make me think that readme_renderer is failing (non-deterministically?!).
I think some logging would be a good first step, specifically figuring out if/why readme_renderer is actually failing.
Raised out of #2717, referencing other events.
readme_renderer
locally with no errorsreadme_renderer
onpython3.6.1-alpine
image with no errorsI'm not sure where to begin other than to possibly logging renders that fail for some reason, our caches are deep enough that this may not be that bad.
The text was updated successfully, but these errors were encountered: