Skip to content

Porting to v0.5 - alternative startup #2493

Closed Answered by InstinctBas
InstinctBas asked this question in Questions
Discussion options

You must be logged in to vote

Ok, quick little update now that we've made some progress here.

The culprit turned out to be the Postgres crate we were using. This is actually a wrapper around tokio-postgres to turn an asynchronous implementation into a synchronous implementation, the opposite of what we need today :).
So we've switched over to using tokio-postgres directly and refactored nearly our entire API to use async :)

Plenty of stuff to polish up but it looks like it's breathing now :)

Replies: 4 comments 6 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
6 replies
@SergioBenitez
Comment options

@InstinctBas
Comment options

@InstinctBas
Comment options

@SergioBenitez
Comment options

@InstinctBas
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by InstinctBas
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants