I have an application that consumes a RabbitMQ queue.
A few weeks ago, I migrated it from v1 to v2 using the fly migrate-to-v2. However, I have noticed that the v1 application is still running despite the migration. Although I can stop the VM using the fly vm stop, a new instance will start shortly afterward. Is there any solution to completely stop the v1 application from running?
On the monitoring page, I can view both v1 and v2 instances simultaneously.
