This repository has been archived by the owner on Dec 13, 2023. It is now read-only.
If postgres is used as persistence... does conductor uses dyno-queues for queuing? #3631
Unanswered
santhosh34
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Hi @santhosh34 if you use postgres, it uses the postgres based queues by default. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Trying to understand the concept of queueing for mysql and postgres persistence in conductor.
As per the documentation: https://conductor.netflix.com/devguide/architecture/index.html
conductor uses dyno-queues internally.
Referred the docs:
https://netflixtechblog.com/distributed-delay-queues-based-on-dynomite-6b31eca37fbc
#2805
Beta Was this translation helpful? Give feedback.
All reactions