Skip to content

Commit

Permalink
Log fly machine ID
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobwgillespie committed Aug 1, 2024
1 parent 13fd744 commit a0f2a19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/fly/reconcile.ts
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ async function reconcileNewMachine(state: V1Machine[], machine: GetDesiredStateR
const flyMachine = await launchBuildkitMachine(req)
if (!flyMachine) throw new Error(`Unable to launch machine ${machine.id}`)

console.log(`Launched new machine ${machine.id}`)
console.log(`Launched new machine ${machine.id} ${flyMachine.id}`)
} catch (err) {
// If we get a capacity error, delete the volume and try again.
// We do this because the volume is tied to the machine and we can't detach it.
Expand Down

0 comments on commit a0f2a19

Please sign in to comment.