Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mismatch with DB URL for Creating and Flushing #33

Open
judtinzhang opened this issue Apr 27, 2024 · 0 comments
Open

Mismatch with DB URL for Creating and Flushing #33

judtinzhang opened this issue Apr 27, 2024 · 0 comments

Comments

@judtinzhang
Copy link
Member

For some reason on prod, I needed to change the DB protocol to postgresql+asyncpg for creating the table, but for flushing I needed to change it back to just postgresql. We need to figure out a way to only require one of these protocols. I'd imagine this can be as easy as making creating the table a synchronous operation, since it is a one-time thing anyways

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant