Skip to content

Implement volume pipeline#3604

Merged
r4victor merged 11 commits intomasterfrom
issue_3551_volume_pipeline
Feb 24, 2026
Merged

Implement volume pipeline#3604
r4victor merged 11 commits intomasterfrom
issue_3551_volume_pipeline

Conversation

@r4victor
Copy link
Collaborator

Part of #3551
Closes #3577

This PR:

  • Implements a volume pipeline.
  • Makes volume API async and moves termination to the volume pipeline. Old sync API still works unless DSTACK_FF_PIPELINE_PROCESSING_ENABLED is set. The async deletion is done via a new VolumeModel.to_be_deleted field.
  • Updates run submission API and job provisioning code to avoid attaching to_be_deleted volumes and show an error instead.
  • Adds sentry instrumentation for pipeline tasks.

@r4victor r4victor merged commit d1fd238 into master Feb 24, 2026
28 checks passed
@r4victor r4victor deleted the issue_3551_volume_pipeline branch February 24, 2026 11:34
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.

Make volumes delete API async

1 participant