You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
We are working on an adhoc task workflow. For that we have created a new spring boot service with conductor client. We are using conductor server in docker [orkesio/orkes-conductor-community-standalone:latest].
My service works fine without spring cloud config. It is able to poll for the tasks and execute it. However, when I add spring boot cloud config dependencies, it is able to poll for tasks and hence it does not execute it.
Steps To Reproduce
Steps to reproduce the behavior:
I have created a demo project in my github.
Notice that the service is NOT able to poll the task and execute it.
Now switch the branch to without-cloud-config. This branch does not have spring cloud dependency. Run the main method in src/main/java/com/arpitrathore/test/Application.java again.
Describe the bug
We are working on an adhoc task workflow. For that we have created a new spring boot service with conductor client. We are using conductor server in docker [orkesio/orkes-conductor-community-standalone:latest].
My service works fine without spring cloud config. It is able to poll for the tasks and execute it. However, when I add spring boot cloud config dependencies, it is able to poll for tasks and hence it does not execute it.
Steps To Reproduce
Steps to reproduce the behavior:
I have created a demo project in my github.
Notice that the service is NOT able to poll the task and execute it.
without-cloud-config
. This branch does not have spring cloud dependency. Run the main method in src/main/java/com/arpitrathore/test/Application.java again.Notice the service is able to poll the task and execute it.
Expected behavior
Service should poll and execute the task with or without spring cloud config dependency
Device/browser
The text was updated successfully, but these errors were encountered: