romeerez/orchid-orm

Support waiting for db to startup in rake-db

Closed this issue · 1 comments

This should make CI a bit faster by not having to wait for the db to fully start, it will start Postgres container and continue to the next steps immediately, and rake-db will wait if the db hasn't fully started yet.

Done, added connectRetry connection option.