Description
Currently, our write operations in project service, relies on member api to respond in time and correctly which makes it very tightly coupled with those services. It makes Connect unstable when member api is down or does not have the required data (newly created users are some time missing from _search endpoint which fails the project creation request e.g https://help.topcoder.com/hc/requests/29400).
Although, it is very critical to have member data while creating a project, we might explore the possibility of having minimum information when member api is not working fine or not having the required data. We may augment (adhoc when someone reports the missing information in a project or identify an automated way to fix such cases) the required data later on when the data is available.