You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 30, 2024. It is now read-only.
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: prodserialization: true
The text was updated successfully, but these errors were encountered:
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)
The text was updated successfully, but these errors were encountered: