Phillip Schichtel
Phillip Schichtel
I'm hitting this too, has there been any investigation on how to fix this?
vhosts also don't support specifing the error log level
#1452 seems to have done what I asked for, right?
What @coffee-squirrel said, except that we have also noticed this behavior with alpine based temurin images.
@mpfz0r I think the profile-script thing is a red herring. The root cause is the fact that the new eclipse-temurin base-image uses a new glibc version that uses the clone3...
Do you mean replacing the base image?
either way, you could supply the values you want using ENV vars and read those in your build.sbt
@schmitch I'd say this one is solved now
I'm playing with the thought of forking anorm to see where I get by just replacing JDBC with e.g. jasync-sql and making the relevant APIs async. Would you that this...
I don't see how I could replace anorm's query handling just in the postgresql module and this wouldn't actually be postgresql specific (even though my specific use-cases involves that db)....