Call identity service to update a user as of
the keyserver workflow.
Part of https://linear.app/comm/issue/ENG-2763
Depends on D6939
Differential D6944
[Keyserver/identity] Call identity service update_user • jon on Mar 2 2023, 11:30 PM. Authored by Tags None Referenced Files
Details Call identity service to update a user as of Part of https://linear.app/comm/issue/ENG-2763 Depends on D6939 nix develop comm-dev services start # start localstack # Configure "aws" resources on localstack (cd services/terraform && ./run.sh) # start identity service and run mobile workflow (cd services/identity && cargo run -- server &) (cd keyserver && yarn dev &) (cd native && yarn dev &) Run either the iOS or Android client:
Diff Detail
Event TimelineComment Actions I'm still working on one remaining issue with message ordering, but wanted the diff to be up so varun had more time to review
Comment Actions JS looks good, but identity build seems to have failed CI. Adding @varun as blocking for the Rust side of things Comment Actions Looks like this was because of issues with Buildkite Agent API, restarted the workflows. Comment Actions Should happen less frequently going forward: https://linear.app/comm/issue/ENG-3226/add-retries-to-buildkite-agent-pipeline-upload-command
|