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
As of this writing, we make 3 calls. After #122, it may be 4. If we can batch, pipeline, or use a different wire protocol (that option would probably require the most changes by far), we should.
The text was updated successfully, but these errors were encountered:
arschles
changed the title
try to reduce the number of API calls to controller on each git push
try to reduce the complexity & number of API calls to controller on each git push
Feb 4, 2016
This is what I feel git push and updating keys have to happen asynchronously. keys:add is a complete different operations as git push is . Keys add has already happened by the time we do git push .
@smothiki they can still happen asynchronously (see the reaper discussion above), but we need to have the synchronous call so that the keys:add operation is strongly consistent.
As of this writing, we make 3 calls. After #122, it may be 4. If we can batch, pipeline, or use a different wire protocol (that option would probably require the most changes by far), we should.
The text was updated successfully, but these errors were encountered: