Skip to content

Handle missing member information gracefully (Specifically at project creation time) #204

Closed
@vikasrohit

Description

@vikasrohit

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.

fyi @RishiRajSahu @RiteshTC @acshields

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions