Skip to content
This repository was archived by the owner on Jan 27, 2026. It is now read-only.

allow parsing compute specs from string#244

Merged
JannikSt merged 146 commits into
developfrom
feature/compute-uri-setup
Apr 14, 2025
Merged

allow parsing compute specs from string#244
JannikSt merged 146 commits into
developfrom
feature/compute-uri-setup

Conversation

@JannikSt
Copy link
Copy Markdown
Member

We want to parse the compute specs from the compute pool URI to ensure we:

  • inform the user when they do not meet the compute requirements
  • do not invite nodes that do not meet compute requirements

JannikSt and others added 16 commits April 8, 2025 19:15
* make discovery redis handling more resilient
* adjust bridge setup to make it more resilient
* ensure we do not stop reading after connection drop
* make taskbridge even more robust and add concurrent samples
* add orchestrator logging
* fix orchestrator discovered edgecase where node is in discovered state but already active on chain
Fix: The orchestrator /nodes api returned the wrong string representation of addresses
* link validator health with loop execution - this way k8s (or similar) can restart when loop fails
* add more explicit logging to bridge
* refactor task handling
@JannikSt JannikSt requested a review from Copilot April 10, 2025 16:20
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Copilot reviewed 1 out of 1 changed files in this pull request and generated 1 comment.

Comment thread shared/src/models/node.rs Outdated
@JannikSt JannikSt marked this pull request as ready for review April 14, 2025 18:57
@JannikSt JannikSt requested a review from Copilot April 14, 2025 19:30
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Copilot reviewed 4 out of 4 changed files in this pull request and generated 2 comments.

Comments suppressed due to low confidence (1)

worker/src/services/discovery.rs:56

  • Consider also logging the full error details (e.g. error_text) when a non-successful response is received so that debugging issues in production becomes easier.
let status = response.status();

Comment thread worker/src/cli/command.rs
Comment thread discovery/src/api/routes/node.rs
@JannikSt JannikSt merged commit abeeb5c into develop Apr 14, 2025
@JannikSt JannikSt deleted the feature/compute-uri-setup branch June 25, 2025 13:00
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants