Manan Bhatt

Results 62 comments of Manan Bhatt

Hi @james-deee , The motivation behind this PR is to make the conductor task more extensible. Consider a case where we are using a conductor jar and want to add...

Hi @bimal10 , `${workflow.version}` is available at conductor scope. If we add support for the version to have string support it will automatically support the parametrized version.

Hi @BrandonDotLin , Can you please check if workflow sweeper is running or not? Ideally async system task should be polled every 60 seconds.

Hi @trivedishalini , Looks like when the redis node is restarted, the replica is marked as read-only and conductor is trying to write to it. Quick google search shows these...

Hi @vzubyk , Thanks for reporting this. I am able to reproduce this. We will raise a fix for this.

HI @vzubyk , PR for the fix https://github.com/Netflix/conductor/pull/3221

Hi @aravindanr , This is reproducible when we use sqs or amqp as a queue. I have to check when using conductor as queue @anaken , We are working on...

Hi @anaken , PR for the fix https://github.com/Netflix/conductor/pull/3331

Hi @gajendrangnanasekaran , The issue is fixed in PR https://github.com/Netflix/conductor-community/pull/303. It will be released in the next release.

Hi @youngledo , Workflow already contains workflowId. Is there a reason to change the behaviour to just return workflowId and not workflow model?