Skip to content

Conversation

@jvstme
Copy link
Collaborator

@jvstme jvstme commented Mar 21, 2025

  • In case of unexpected provisioning errors, move on to the next offer instead of retrying the same offer indefinitely.
  • Limit the number of offers tried to prevent long processing in case all offers fail.
  • (chore) Remove except NotImplementedError, offers are already filtered to only include backends with create_instance support.

Fixes #2442

- In case of unexpected provisioning errors, move
  on to the next offer instead of retrying the
  same offer indefinitely.
- Limit the number of offers tried to prevent long
  processing in case all offers fail.
- (chore) Remove `except NotImplementedError`,
  offers are already filtered to only include
  backends with `create_instance` support.
@jvstme jvstme requested a review from r4victor March 21, 2025 19:24
@jvstme jvstme merged commit 58181d1 into master Mar 24, 2025
24 checks passed
@jvstme jvstme deleted the issue_2442_fleet_instance_offers branch March 24, 2025 06: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.

[Bug]: The first fleet instance offer is retried indefinitely in case of errors

3 participants