The incorrect use of foo++ causing an infinite loop
We discover a bug in our code where it seems like the gateway api is calling the core microservice infinitely. The problem We have a background task which creates some entities in the database. This results in eventual consistency. However, the front end does not know when the background task finishes. So when the front … [Read more…]