-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(topolotree): perf improvements and better deploy logic #914
Conversation
Deploying with Cloudflare Pages
|
5df849b
to
68ec236
Compare
36635ed
to
901ece9
Compare
1349589
to
fe2436d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems like this undoes some of the previous commit? :P
}) | ||
.collect::<Vec<_>>(); | ||
|
||
futures::stream::iter(services_future) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
neat
b2f3ed4
to
09966d2
Compare
Yeah, had to abandon some of the fault tolerance logic for now 😢 |
feat(topolotree): perf improvements and better deploy logic