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
Summary:
Pull Request resolved: #2099
Fixing various simple things that claude helped find.
1.7 seconds --> .5 seconds.
* Don't start the exponential backoff for initial connections at 50ms. We hit these like 20 times in a row and it adds up to 1/2 second!
* We need to rethink the batched aggregation interval. We probably need a simple predictor that assumes the average time between messages in `inf` for the first message, and just sends it, that way we do not add another 50 ms on every process start.
* Do not import ipython to check if ipython is active. If it isn't active this adds 1/2 second to startup time because it happens in three processes.
ghstack-source-id: 328614676
exported-using-ghexport
Reviewed By: mariusae
Differential Revision: D88810033
fbshipit-source-id: 0b23387f4f551e706ab1bb86f0b2e88572c44d87
0 commit comments