Skip to content
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

[WIP] Commander (BTTUI) Backend Server #1861

Draft
wants to merge 28 commits into
base: staging
Choose a base branch
from

Conversation

thewhaleking
Copy link
Contributor

@thewhaleking thewhaleking commented May 9, 2024

[WIP] Backend server for Commander.

Fixes

@thewhaleking thewhaleking changed the base branch from master to staging May 9, 2024 21:57
@thewhaleking thewhaleking changed the title Feature/bittui backend server/thewhaleking Command (BTTUI) Backend Server May 9, 2024
@thewhaleking thewhaleking changed the title Command (BTTUI) Backend Server [WIP] Command (BTTUI) Backend Server May 9, 2024
@thewhaleking thewhaleking changed the title [WIP] Command (BTTUI) Backend Server [WIP] Commander (BTTUI) Backend Server May 14, 2024
all_hotkey_addresses = list(hotkey_coldkey_to_hotkey_wallet.keys())
errors = []
with ProcessPoolExecutor(max_workers=(max(len(netuids), 5))) as executor:
results = asyncio.gather(
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this needs awaiting

neurons["-1"] = []

with ProcessPoolExecutor(max_workers=max(len(alerts), 5)) as executor:
results = asyncio.gather(
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this needs awaiting.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants