You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the only way to add members to a project is through the set members endpoint. The issue is that this endpoint requires passing an authoritative list of all members when called, which introduces a race condition when it's called in parallel. We're hitting this when trying to automatically add users to specific projects using some automations that we can't control the parallelism of.
Solution
Add an endpoint to append a new member to a project, instead of a full replacement.
Workaround
No response
Would you like to help us implement this feature by sending a PR?