Hi,
I just wanted to share my feedback about my first use of Fly.io.
I have seen Fly.io very present in the Elixir community notably due to your blog articles (which are of great quality). For a small experiment I decided to give a try instead of AWS ECS which I’m used to setup. Even better, a free tier is available to launch my app. I created my project, a traditional Elixir/Phoenix application with PostgreSQL (I used the add-on provided by Fly.io) and everything went great for a while.
I was adding some features and deploying few times a day and then started to get 2 issues very annoying. My deployment was starting to freeze without notice and take few hours before I could actually do anything. The deployment shown that the application logs was “cleaning up” but nothing after that. I could observe the new version wasn’t deployed and my application was blocked to the previous version. I made some research and found several people impacted but without really a solution to that problem. Then, appeared the second issue. Shortly after a deployment (when he was not frozen), I was unable to reach my application and the logs shown an error related to the proxy. Concretely, I was unable to reach my application and getting an 50x error. From my reading it seemed to be caused to traffic coming from another region than the one used to deploy by the application. In this case I was unable to find any related errors on Internet.
After having that issue for a full day, I decided to move my application to AWS. I’m sharing this feedback because originally I really appreciated Fly.io for its product and how easy it was to spawn an app. I hope those issues were caused by my misunderstanding of the service or/and a misconfiguration but being unable to deploy my application and find a solution didn’t let me other choice than going back to known solutions.
Regards,