Manan Bhatt

Results 62 comments of Manan Bhatt

Hi @RomanAlberdaSoftserveInc , @Graynder , @srichandar , @JoshCrosby @riemann89 and @missioncoding Can you please share the configuration you are using? Please mask the sensitive fields. This [PR](https://github.com/Netflix/conductor/pull/3543) fixes the redis...

Hi all, I have raised PR for the fix,https://github.com/Netflix/conductor/pull/3692 Please pull the changes manually if this is blocking the use case.

Folks, Just a note on this, If you are still seeing the issue please run `docker compose build` before running `docker compose up` since the docker image needs to pick...

Hi @Graynder , Since we are now using orkes-queue, redis is required. Do you see any issue in `3.13.3` ?

Hi @Abhinav-DSML ,This log is printed by the queuing library used by Conductor - [DynoQueues](https://github.com/Netflix/dyno-queues). This project is currently in maintenance mode and we are looking to replace this with...

hi @Abhinav-DSML , Basically there are three steps, 1. Put `implementation 'io.orkes.queues:orkes-conductor-queues:1.0.3'` in server [build.gradle](https://github.com/Netflix/conductor/blob/main/server/build.gradle#L42) 2. In [application.properties](https://github.com/Netflix/conductor/blob/main/server/src/main/resources/application.properties#L21) put `conductor.queue.type=redis_standalone` 3. In [Conductor.java](https://github.com/Netflix/conductor/blob/main/server/src/main/java/com/netflix/conductor/Conductor.java#L29) put `@ComponentScan(basePackages = {"com.netflix.conductor", "io.orkes.conductor"})` . You...

Hi @Abhinav-DSML , Please join the [community](https://join.slack.com/t/orkes-conductor/shared_invite/zt-xyxqyseb-YZ3hwwAgHJH97bsrYRnSZg). We can chat real time.

Hi @mhorbatenko , Can you please describe the scenario in detail? Like how frequently this happens? I tried a number of times but I do see parent workflow is completed....

Hi @mhorbatenko , the in-memory implementation is not suited for production use cases. However, We can chat [here](https://join.slack.com/t/orkes-conductor/shared_invite/zt-xyxqyseb-YZ3hwwAgHJH97bsrYRnSZg) for more realtime collaboration.

Hi @johnsilvan70 , by default conductor does not populate task logs information for system tasks. However,. there is a way in which worker tasks can pass task logs in the...