Cool project! Small issue I ran into when setting it up:
This PR #14 introduced an entrypoint script that uses the pg_isready command to wait for a postgres DB to come up. But, the documentation mentions that you can use any Keyv backend. In fact, the readme uses redis as an example. So the entrypoint should probably check for the DB being ready in a more generic way.
Cool project! Small issue I ran into when setting it up:
This PR #14 introduced an entrypoint script that uses the
pg_isreadycommand to wait for a postgres DB to come up. But, the documentation mentions that you can use any Keyv backend. In fact, the readme uses redis as an example. So the entrypoint should probably check for the DB being ready in a more generic way.