-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Orkes queues not perfoming well #4
Comments
@v1r3n Can you please assist ? We are in middle of load testing. |
Hi @sks1995 dyno-queues and orkes-queues can be in the same path - should be fine. I would like to know more about your setup. Can we connect and go over the setup? |
I think there are artificial delays added such as, most notably the second snippet: Lines 103 to 107 in 65472b5
orkes-queues/orkes-redis-queues/src/main/java/io/orkes/conductor/mq/redis/QueueMonitor.java Lines 159 to 166 in 65472b5
|
Describe the bug
We are trying to use orkes queues in netflix conductor
As suggested in doc, changed conductor.queue.type=redis_standalone
On comparing it with dyno queues, orkes queues seemed to be under performing.
I am trying to execute 3 tasks sequentially.
Overall time taken by orkes queues is around 3s mostly, while for dyno queues, it is around 1.2s
There is huge delay b/w task being scheduled v/s task moved to in progress.
The worker in running at same frequency in both the cases.
Am I missing any configuration ?
Can both dyno queues and orkes queues dependencies be included together in classpath ?
Expected behavior
Expected orkes queues to be equally/more performant.
Device/browser
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: