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
Currently, it's possible that one gets one of the two files (bill / bill keys) and then fails, because it expects the other to be there. The same goes for attachments on bills - the bill might be there, but not the attachments yet
In that case, we need to attempt to fetch (in the background - and retry) the missing file and somehow return to frontend, that we don't have all the data (yet).
The text was updated successfully, but these errors were encountered:
zupzup
changed the title
Fix race-condition when fetching bill and bill keys
Conceptualize how to deal with incompletely propagated bill data
Nov 12, 2024
Currently, it's possible that one gets one of the two files (bill / bill keys) and then fails, because it expects the other to be there. The same goes for attachments on bills - the bill might be there, but not the attachments yet
In that case, we need to attempt to fetch (in the background - and retry) the missing file and somehow return to frontend, that we don't have all the data (yet).
The text was updated successfully, but these errors were encountered: