Mateusz Kołodziejczyk

Results 28 comments of Mateusz Kołodziejczyk

@jpmckinney please check out this: https://docs.readonlyrest.com/elasticsearch#using-lets-encrypt

I'd like to control parallelism by thread pool set for a scheduler instance. Let's say I give the scheduler pool of 5 threads (fixed) and the scheduler should run as...

Me neither. I've not been there yet. But I'm going to consult with you all uncertain things here. Stay tuned :)

I would just like to say that we have postponed this problem for later, so I'm not working on it atm. I didn't even start.

I identified the [interface](https://github.com/kagkarlsson/db-scheduler/blob/master/db-scheduler/src/main/java/com/github/kagkarlsson/scheduler/task/ExecutionHandler.java) which should be changed to introduce the fact that job can be done asynchronously. ``` public interface ExecutionHandler { CompletableFuture execute(TaskInstance taskInstance, ExecutionContext executionContext); } ```...

hi @jpmckinney [this is supported](https://github.com/beshu-tech/readonlyrest-docs/blob/master/elasticsearch.md#pem-files-instead-of-a-keystore-andor-truststore) starting from ROR 1.44.0

Had same issue with akka. Dummy workaround was: ``` System.setProperty("akka", "") System.setProperty("slick", "") System.setProperty("sslConfig", "") ``` before atomix start.

@kuujo oh, great. Good to know that. Will check it. Thanks for the hint