Skip to content

Commit

Permalink
fix(ats): don't send requests to ats nodes without install_complete_ts (
Browse files Browse the repository at this point in the history
#807)

<!-- Please make sure there is an issue that this PR is correlated to. -->

## Changes

<!-- If there are frontend changes, please include screenshots. -->
  • Loading branch information
NathanFlurry committed May 31, 2024
1 parent 12ac484 commit 618a429
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions svc/pkg/mm/worker/src/workers/lobby_create/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -877,6 +877,7 @@ async fn resolve_image_artifact_url(
datacenter_id = $1 AND
pool_type = $2 AND
vlan_ip IS NOT NULL AND
install_complete_ts IS NOT NULL AND
drain_ts IS NULL AND
cloud_destroy_ts IS NULL
)
Expand Down

0 comments on commit 618a429

Please sign in to comment.