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
The 409 conflict response option for app instance create indicates
message: "Application already instantiated in the given
Edge Cloud Zone or Edge Cloud Region"
This implies a specific Application can only be instantiated once in a given zone. I don't recall any requirement for this restriction. This restricts several potential use cases:
users may want to deploy more than one instance per zone for testing, or HA
if we allow AppManifest updates, then users may want to deploy an instance of the updated App alongside an instance deployed with the previous version of the App.
Expected behavior
Allow an App to deployed more than once per zone.
Alternative solution
Additional context
If there is a use case for the system to enforce than an App can be deployed at most once to each zone, then we can add a boolean field such as onePerZone to the AppManifest definition.
The text was updated successfully, but these errors were encountered:
gainsley
added
the
correction
Suggesting corrections of API specification or indicating misalignment with API design guidelines
label
Sep 18, 2024
Problem description
The 409 conflict response option for app instance create indicates
This implies a specific Application can only be instantiated once in a given zone. I don't recall any requirement for this restriction. This restricts several potential use cases:
Expected behavior
Allow an App to deployed more than once per zone.
Alternative solution
Additional context
If there is a use case for the system to enforce than an App can be deployed at most once to each zone, then we can add a boolean field such as
onePerZone
to the AppManifest definition.The text was updated successfully, but these errors were encountered: