Manan Bhatt
Manan Bhatt
Pull Request type ---- - [X] Refactoring (no functional changes, no api changes) Using String task to enable custom tasks and taskMapper to be implemented in future.
---- - [X] Bugfix Changes in this PR ---- Async system task was never getting timedout. This is the behavior change introduced in the [PR](https://github.com/Netflix/conductor/pull/2181). Earlier the behavior was to...
Pull Request type ---- - [X] Bugfix **NOTE**: Please remember to run `./gradlew spotlessApply` to fix any format violations. Changes in this PR ---- Update workflow DAO in case of...
Revert event task-related changes from the PR "Split event system task implementation between start and execute (#3187)" Pull Request type ---- - [X] Bugfix Changes in this PR ---- _Describe...
Pull Request type ---- - [X] Bugfix Changes in this PR ---- If the task is not loopOver task then it should not compute the taskRefName removing the iteration value....
Pull Request type - [X] Refactoring (no functional changes, no api changes) **NOTE**: Please remember to run `./gradlew spotlessApply` to fix any format violations. Changes in this PR ---- 1....
Pull Request type ---- - [X] Feature Introduced a new feature called reset tasks. Tasks can be reset and will get executed again. This is like restarting at task level....
Hi @apanicker-nflx @kishorebanala , We are facing a lot of these warnings in conductor. ```cannot remove 2b5a87f2-c97f-4294-b883-57869f5fd65d from the queue shard conductor.test.QUEUE.HTTP.a cannot add 2b5a87f2-c97f-4294-b883-57869f5fd65d from the queue shard conductor.test.QUEUE.HTTP.a...