veritus / veritus-backend

1 stars 0 forks source link

Case number not unique #77

Closed AriHrannar closed 6 years ago

AriHrannar commented 6 years ago

Status

Ready

Description

Apparently the case number is not unique, only unique with the parliament session number. So now we look at those 2 numbers together to see if we have the case or not.

Also added a timeout to the request calls, so they dont hang. Added some logic to handle the exception that is thrown if the request times out.