dstack icon indicating copy to clipboard operation
dstack copied to clipboard

Make gateway creation asynchronous

Open r4victor opened this issue 5 months ago • 2 comments

Gateway creation is currently a synchronous request, which can potentially take a long time. This is especially relevant in the context of Kubernetes gateways (#861) deployed behind a Load balancer – it may take some time before the gateway hostname becomes available (~1-2 min).

It's not a problem for the server running locally but can lead to the request being abrupt by request timeout in the case the server deployed in the cloud as dstack Cloud.

The solution is to make Gateway creation an async operation – like dstack run.

r4victor avatar Feb 05 '24 10:02 r4victor

This issue is stale because it has been open for 30 days with no activity.

peterschmidt85 avatar Mar 07 '24 01:03 peterschmidt85

This issue is stale because it has been open for 30 days with no activity.

peterschmidt85 avatar Apr 25 '24 01:04 peterschmidt85