This repository has been archived by the owner on Dec 13, 2023. It is now read-only.
"Do While" Task: does each loop go through Decider/Scheduler service? #2444
Unanswered
rickyschechter
asked this question in
Q&A
Replies: 3 comments
-
Please let me know if you think I have reached the wrong conclusion. Thanks |
Beta Was this translation helpful? Give feedback.
0 replies
-
Please let me know if you think I have reached the wrong conclusion. Thanks |
Beta Was this translation helpful? Give feedback.
0 replies
-
_"The documentation reads several limitations with do-while system task, is there any restriction of using it in conjunction with name spaces?" Thanks |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Basically I am wondering if a large processing do while loop (many iterations) would share (intermingle) worker executions with other same task name workflows (same/different tenants) or otherwise, acquires the "rights" to execute in a priority way until completion of the loop. Hopefully I am making sense with my question.
Please still answer my first question above, but also, is perhaps "name spaces" partially the answer to achieve resource utilization "fairness" across workflows (same/different tenants)? Could you please point me at some more documentation/example that might help me better understand the actual behavior of the system while using name spaces? (other than this https://netflix.github.io/conductor/configuration/isolationgroups/#execution-name-space).
The link above mentions scaling horizontally, does it mean that to take true advantage of name spaces (resource isolation) I need to have a cluster of at least 1 server x name space I utilize?
The documentation reads several limitations with do-while system task, is there any restriction of using it in conjunction with name spaces?
I know how to create a worker for a given task name... How do I specify in the worker.client java library that I only want to consume tasks with "name space" of "XYZ" when I register the worker for polling (TaskRunnerConfigurer) for a specific task name?
Thank you in advance,
Ricky
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions