Jean Evans Pierre

Results 4 comments of Jean Evans Pierre

I am seeing that error but only when i am not running with `--privileged`. Can you make sure you have that flag when running the docker command.

I was able to get it to work using sbt.version=0.13.8 resolvers += "Sonatype snapshots" at "https://oss.sonatype.org/content/repositories/snapshots/" addSbtPlugin("com.github.shivawu" % "sbt-maven-plugin" % "0.2.0-SNAPSHOT")

Actually I noticed your consumer is not making use of the Celery pool. This means even if you set `--concurrency`, the processes will get created but the other processes will...