Skip to content

Add GatewayReplicaModel.name - #4184

Merged
jvstme merged 1 commit into
masterfrom
issue_3959_gateway_replica_name
Aug 21, 2026
Merged

Add GatewayReplicaModel.name#4184
jvstme merged 1 commit into
masterfrom
issue_3959_gateway_replica_name

Conversation

@jvstme

@jvstme jvstme commented Aug 20, 2026

Copy link
Copy Markdown
Collaborator

This is a prerequisite to adding gateway replica
events, since our event framework requires event
targets to be named.

The naming pattern is
<gateway-name>-<replica-num>, consistent with
other dstack entities. The new field is backfilled for existing gateways. Restoring the gateway name
for deleted gateways is not feasible, so replicas
of deleted gateways are backfilled with
unknown-<replica-num>.

No user-facing changes in this commit.

#3959

This is a prerequisite to adding gateway replica
events, since our event framework requires event
targets to be named.

The naming pattern is
`<gateway-name>-<replica-num>`, consistent with
other dstack entities. The new field is backfilled
for existing gateways. Restoring the gateway name
for deleted gateways is not feasible, so replicas
of deleted gateways are backfilled with
`unknown-<replica-num>`.

No user-facing changes in this commit.
@jvstme
jvstme merged commit 765fb31 into master Aug 21, 2026
27 checks passed
@jvstme
jvstme deleted the issue_3959_gateway_replica_name branch August 21, 2026 08:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant