orkes-io / orkes-conductor-community

Orkes Conductor is a microservices orchestration engine.
Other
110 stars 27 forks source link

RetryDelay do not work #44

Open bimal10 opened 1 year ago

bimal10 commented 1 year ago

Describe the bug parameter retryDelaySeconds in tasks definition do not add delay while retrying the task. The issue is observed with all tasks.

Can try to reproduce on sample workflow in this repo: path: orkes-conductor-community-build/persistence/src/test/resources/wf2.json

Expected behavior Failed Tasks should retry after delay of N seconds