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
/occurrences/offline/download has been returning status code 400, message No valid email when there are frequent requests.
A comparison between biocache-service logs and userdetails logs indicate that the request for user information may be interrupted before the request is received because the 400 response is always given at 5s and it is not certain userdetails has a record of it. More logging is required to be certain.
Add more logging to getUserByEmailOrId.
Fix use of cached lookupAuthUser result. While not applicable to this service, it can cache the not found error.
Add config to control the timeout of restTemplate.
The text was updated successfully, but these errors were encountered:
/occurrences/offline/download
has been returning status code400
, messageNo valid email
when there are frequent requests.A comparison between biocache-service logs and userdetails logs indicate that the request for user information may be interrupted before the request is received because the 400 response is always given at 5s and it is not certain userdetails has a record of it. More logging is required to be certain.
The text was updated successfully, but these errors were encountered: