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

Pipeline Serialization #368

Closed
Tracked by #29
noahingh opened this issue Feb 28, 2022 · 0 comments · Fixed by #386
Closed
Tracked by #29

Pipeline Serialization #368

noahingh opened this issue Feb 28, 2022 · 0 comments · Fixed by #386
Labels
enhancement New feature or request
Milestone

Comments

@noahingh
Copy link
Member

noahingh commented Feb 28, 2022

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
@noahingh noahingh mentioned this issue Feb 28, 2022
40 tasks
@noahingh noahingh added enhancement New feature or request component: server This issue or pull request is related to the feature of the server-side labels Feb 28, 2022
@noahingh noahingh added this to the v0.7 milestone Mar 13, 2022
@noahingh noahingh removed the component: server This issue or pull request is related to the feature of the server-side label Mar 13, 2022
@noahingh noahingh changed the title Serialized pipeline Pipeline Serialization Mar 13, 2022
@noahingh noahingh linked a pull request Mar 18, 2022 that will close this issue
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant