So I have a case where we update user data in an external service in an asynchronous way. We have a table with users – each row gets a separate user with a separate request, is handled separately. We get the async responses from the extern…