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
Description
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