Ethan.huang

Results 6 comments of Ethan.huang

The second test case problem ``` 15:47:16.351 [docker-java-stream--333906299] ERROR com.github.dockerjava.api.async.ResultCallbackTemplate - Error during callback com.github.dockerjava.api.exception.InternalServerErrorException: Status 500: {"message":"Head \"https://registry-1.docker.io/v2/testcontainers/ryuk/manifests/0.3.1\": unauthorized: incorrect username or password"} at org.testcontainers.shaded.com.github.dockerjava.core.DefaultInvocationBuilder.execute(DefaultInvocationBuilder.java:247) ~[testcontainers-1.15.3.jar:?] at org.testcontainers.shaded.com.github.dockerjava.core.DefaultInvocationBuilder.lambda$executeAndStream$1(DefaultInvocationBuilder.java:269) ~[testcontainers-1.15.3.jar:?]...

I review the source code(3.16.0) of condutor for some time. And this for beginner' guide. The first mistake above is because of the Flyway's version issue. The second mistake above...

Others. The conductor support different deployment architecture. 1. postgresql 2. redis + postgresql (this is default and docker-image-3.15.0 only supports this ) 3. redis + mysql + es If you...

If you want to use the conductoross/conductor:3.15.0 in prod , you can run with below command line like this ``` docker run -v C://home//tmp//conductor//config-redis_postgres.properties:/app/config/config.properties --init -p 8080:8080 -p 1234:5000 conductoross/conductor:3.15.0...

congfig.properties ``` # Database persistence type. # Below are the properties for redis conductor.db.type=redis_standalone conductor.queue.type=redis_standalone conductor.redis.hosts=127.0.0.1:6379:us-east-1c conductor.redis-lock.serverAddress=redis://127.0.0.1:6379 conductor.redis.taskDefCacheRefreshInterval=1 conductor.redis.workflowNamespacePrefix=conductor conductor.redis.queueNamespacePrefix=conductor_queues spring.datasource.url=jdbc:postgresql://127.0.0.1:5432/conductor spring.datasource.username=postgres spring.datasource.password=root # Additional modules for metrics collection exposed...

> I believe the idea of the article is to explain that Cognitive Load is real, and it impacts productivity of everyone involved. So, we should always keep an eye...