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
In #57, we added code to automatically issue PURGE requests to stale endpoints. This was to work around a persistent issue w/ PyPI where caches become routinely stale and unusable. This hack worked for a good while, but now PyPI requires authentication for PURGE requests, flooding the logs with useless 401 errors.
- This call now 401s so there is no benefit of calling it
- Also spams logs with noise - So lets remove before more people open issues
Test:
- See tests pass
- Remove assertion of request being sent on StalePage as we no longer do ... That is this PRs purpose
Fixes#1334
* Remove PURGE call on StalePage
- This call now 401s so there is no benefit of calling it
- Also spams logs with noise - So lets remove before more people open issues
Test:
- See tests pass
- Remove assertion of request being sent on StalePage as we no longer do ... That is this PRs purpose
Fixes#1334
* Update CHANGES.md
Co-authored-by: Richard Si <sichard26@gmail.com>
Co-authored-by: Richard Si <sichard26@gmail.com>
In #57, we added code to automatically issue PURGE requests to stale endpoints. This was to work around a persistent issue w/ PyPI where caches become routinely stale and unusable. This hack worked for a good while, but now PyPI requires authentication for PURGE requests, flooding the logs with useless 401 errors.
See also: #57 (comment)
The text was updated successfully, but these errors were encountered: