-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Conversation
@@ -16,6 +16,7 @@ springdoc.api-docs.path=/api-docs | |||
loadSample=true | |||
|
|||
conductor.db.type=memory | |||
conductor.queue.type=redis_standalone |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does this add redis standalone dependency to starting Conductor?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes @aravindanr , this will add the dependency on redis standalone
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
if i didn't define this config conductor.queue.type
, will I still use the orkes_queue?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No @lijia-rengage , We need to mention the queue type otherwise it will use dynomite.
@manan164 , i got the following error when starting conductor on the last main branch, how can I configure
the relevant snippet of
|
Hi @missedone , Thanks for reporting. Can you please share the properties used other than those mentioned above? I tried but could not be able to reproduce it. |
|
i tried with the following properties as well, but didn't work either:
|
Hi @missedone , I tried with above properties but looks like server works fine. |
thanks @manan164 for the help, the issue might be caused by the dirty cache in IntelliJ. |
Thanks @missedone , glad the issue is solved. |
Deprecate dyno queue.