-
Notifications
You must be signed in to change notification settings - Fork 60
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
RSS feeds timestamp not matching timestamp when dataset updated #237
Comments
Currently the rss is updated when the dataset is reloaded. For datasets using file updates, I do think it should be updated when a file changes. I'll look into adding that. I also want to make sure the current updates are happening properly. What is reloadEveryNMinutes set to for that dataset? If that is a very large number, you should be able to improve the rss generation by lowering it (until a version of ERDDAP is available with a fix). |
Cheers, @ChrisJohnNOAA, for the reply. We don't currently have those fields (SAX/shared watch) set in our setup.xml, so it looks like we are a little behind in that regard. We have |
SAX and shared watch are optional. In 2.25_1, shared watch is defaulted to on. I was asking mostly to make sure I know what code paths you are using. As for the change to reloadEveryNMinutes, that is a temporary fix. I intend to have the update logic update the RSS feed in 2.26. |
Describe the bug
The RSS feed timestamp doesn't match when the dataset got updates
To Reproduce
Steps to reproduce the behavior:
Mon, 30 Dec 2024 08:33:57 GMT
<title>This dataset changed 2024-12-30T08:33:57Z</title>
Expected behavior
I expect the RSS timestamp to match the timestamp of when the dataset updated.
Screenshots
If applicable, add screenshots to help explain your problem.
Server
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: