Elixir ecto migrations fail with timeout
Hey there,
I am experimenting with neon for an app that is deployed on fly.io.
I set up my config according to the articles on neon.
https://neon.com/docs/guides/elixir-ecto
In my release I run my migrations (to create db and run migrations), standard mix release stuff.
Sometimes this works and sometimes not. It times out regularly even when there is not migrations to run as everything s up to date.
Is there any recommended config for this?
Thank you
I am experimenting with neon for an app that is deployed on fly.io.
I set up my config according to the articles on neon.
https://neon.com/docs/guides/elixir-ecto
In my release I run my migrations (to create db and run migrations), standard mix release stuff.
Sometimes this works and sometimes not. It times out regularly even when there is not migrations to run as everything s up to date.
Is there any recommended config for this?
Thank you
Neon
This guide describes how to connect from an Elixir application with Ecto, which is a database wrapper and query generator for Elixir. Ecto provides an API and abstractions for interacting databases, e...