Skip to content
This repository was archived by the owner on May 30, 2024. It is now read-only.
This repository was archived by the owner on May 30, 2024. It is now read-only.

Pipeline Serialization #368

Closed
Closed
@noahingh

Description

@noahingh

It is necessary to prevent deployment to the same runtime environment simultaneously. If another deployment is in progress when a deployment is triggered, users may be confused.

To implement, when a deployment is requested, it returns a failure response if another deployment for the same environment is in progress.

Ex)

envs:
  - name: prod
    serialization: true

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions