Hello!
Why are two machines created in the application by default? They do the same.
I take data from the database and it turns out that two machines take the same document and duplicate handling.
How can I make only one machine in the application?
fly deploy should only create machine(s) if you have ZERO currently running machines. If you have one, it should update that one without creating a second one. Are you seeing different results?