Skip to content

Deployment cancellation is claimed but not implemented #48

Description

@Alimedhat000

Summary

The worker has no per-job cancellation and no debounce. Once a deployment job starts, it cannot be aborted, and a new deploy to the same app does not supersede an in-flight one.

Evidence

  • Worker is a single BullMQ worker with concurrency 1 (packages/worker/src/index.ts).
  • No cancel/abort/debounce logic in worker/src/deployments/ or api/src/routes/deployments.ts.

Scope

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestneeds-triageMaintainer needs to evaluate the issue

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions