The IRVE consolidation had us notice something weird for this resource :
- hydra crawled it as expected regularly, and I even forced a crawl (thinking it would fix the problem) so we have
"created_at": "2024-11-19T13:17:33.360363+00:00", as a last check
- however the resource was last modified lately :
"internal": {
"last_modified_internal": "2024-11-19T13:17:30.963000+00:00"
},
"last_modified": "2024-11-19T13:17:30.963000+00:00",
- this is also shown in the headers of the resource's URL :
"headers": {
"last-modified": "Tue, 19 Nov 2024 13:17:26 GMT",
},
- BUT in the extras of the resource we still have
"analysis:last-modified-at": "2021-08-27T11:26:29+00:00", 🤔