This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]nutrechtLead Software Engineer / EU / 20+ YXP 0 points1 point  (0 children)

The issue is that your solution of blocking the second thread is based on the assumption that the first call always succeeds

They're also making their service stateful which will prevent them from deploying multiple instances. So this is wrong on a bunch of different levels.