dstack icon indicating copy to clipboard operation
dstack copied to clipboard

Fix OCI listing not found errors

Open jvstme opened this issue 1 year ago • 0 comments

Sometimes OCI's ListListings methods returns the first page with 0 entries, which leads to errors when creating instances with dstack. This commit fixes the issue by implementing pagination for this and similar API methods.

Fixes #1406

jvstme avatar Jul 09 '24 16:07 jvstme