Skip to content

Conversation

@SorenDreano
Copy link
Contributor

@SorenDreano SorenDreano commented Aug 19, 2025

passing checkpoint_enabled to the super() call as the parent ASGI class already supports it


Summary by cubic

Adds a checkpoint_enabled option to the VLLM class and forwards it to the parent ASGI to enable optional endpoint checkpointing. This allows restoring from a checkpoint instead of cold starts when enabled.

  • New Features
    • checkpoint_enabled (default: false): checkpoints after on_start and restores on the next invocation; no behavior change unless enabled.

passing checkpoint_enabled to the super() call as the
parent ASGI class already supports it
Copy link
Contributor

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

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

No issues found across 1 file

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.

1 participant