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
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
After inquiring, it seems the issue is related to the sending of analysis result to udata here, as I could verify the change_payload in send() method did include the updated "analysis:last-modified-at": "2021-08-27T11:26:29+00:00".
So it could be either:
udata is responding with a 404. Since this commit, we decided no error would appear in Sentry in that case
udata is not properly taking the payload into consideration as it should anymore?
It seems this error is very frequent and happens for the very first time on 2024/09/29 and started to rise from 2024/10/01, on unknown environment (could be prod, or elsewhere).
This period corresponds to
when we spawned the new DB machine db-02 as backup
we deployed hydra 2.0.1 on dev and demo (but not prod)
The IRVE consolidation had us notice something weird for this resource :
"created_at": "2024-11-19T13:17:33.360363+00:00",
as a last check"analysis:last-modified-at": "2021-08-27T11:26:29+00:00",
🤔The text was updated successfully, but these errors were encountered: