This repository has been archived by the owner on Dec 13, 2023. It is now read-only.
Issue in Running Conductor Locally - RedisDynoQueue #3490
ropereraLK
started this conversation in
General
Replies: 1 comment 1 reply
-
Hi @ropereraLK , this is the warning logs. We can ignore that. Alternatively, you can use orkes-queues in place of dyno queues. Let me know if this works, or we can chat here for more realtime collaboration. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have cloned the conductor from GitHub and followed the instruction given in the following documentation (https://conductor.netflix.com/gettingstarted/server.html) to set up conductor locally.
Steps followed:
$ git clone https://github.com/Netflix/conductor.git
$ cd conductor
conductor $ cd server
server $ ../gradlew bootRun
But after 99% execution completes the command prompt gives the following warn log and keeps showing the same error log in an endless loop.
"595706 [scheduled-task-pool-1] WARN com.netflix.dyno.queues.redis.RedisDynoQueue [] - cannot add 47cc7ed3-c060-4864-b99b-9a1d7c30f3df to the unack shard .test.UNACK._deciderQueue.c"
Java Version used: Java 11
OS: Windows
Can someone help me on this.?
Beta Was this translation helpful? Give feedback.
All reactions