Adam Kirk
Adam Kirk
Or at least put in the "not maintained" disclaimer a link to @markst fork?
and now we're all in a pickle because we can't upgrade to OTP 23 without hackney 1.16…
Would love to see this too. What I did was create a pool of dynamic queues, each with concurrency 1, and I mod on the id integer argument to decide...
Yeah we're seeing this a lot too. And when we look at the processes of our mysql server, we see tons of sleeping processes. Is that a result/related?
Ok, but this is the error we're getting, so you think we're actually hitting the logical prepare statement limit because we're allowing too many connections? Any idea why there would...
``` use ZB.ConnCase, async: true ``` actually its when tests are async. Any thoughts on how to fix?
I'm using mysql and if I remove the `@reserved_prefix MARIAEX_` stuff, then I get this error: ``` ** (Mariaex.Error) (1305): SAVEPOINT mariaex_savepoint does not exist code: |> ConnTest.dispatch(@endpoint, "POST", "v2/recommendations",...
this is the full error with stack trace: ``` ** (MatchError) no match of right hand side value: {:error, %ArgumentError{message: "query %Mariaex.Query{binary_as: nil, name: \"MARIAEX_ROLLBACK TO SAVEPOINT mariaex_savepoint\", num_params: nil,...
The ecto docs mention that using async: true in tests is unreliable with mysql. It advises removing async: true so thats what we do. >While both PostgreSQL and MySQL support...
It appears that if you run the buildpack from within a subdirectory, the commands it's suppose to install are not available after release. My buildpack runs the heroku/php buildpack in...