Conversation
Contributor
❌ Eval
lc statusConfusion & pain points (Claude analysis)Trace analysis unavailable. Full trace: |
This branch has not been deployed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
lc materializenow uses the managed Compute clusters introduced in jupyterlab-lightcone#42, so a cluster can serve successive runs and multiple projects. An existing SLURM allocation retains priority; otherwise the engine selects exactly one compatible live cluster, or uses the host with its existing login-node guard.The engine announces
lightcone.cluster/1support and exposesvenue.attached_cluster(root)for the sidebar to reuse. Registry discovery and attachment live in one module; execution continues through the existing scheduler and worker interfaces.No cluster creation, scaling or shutdown moves into the CLI. Existing allocation execution remains supported; containerized Gateway projects remain outside this contract.
Validation: all 679 tests passed across the full run and a targeted retry of one transient RO-Crate network failure; Ruff, mypy and Python compilation pass. Coverage includes a real external TLS scheduler/worker, concurrent same-name clones sharing a scheduler, surviving unrelated work, native Gateway credentials, backend failures and interruption cleanup. CI installs the Gateway extra to exercise its native credential contract. Live SLURM and Gateway deployment validation still requires those environments.