Skip to content

Concurrent reconciles for task controller - #854

Open
justonedev1 wants to merge 1 commit into
masterfrom
tak_ctrl_parallel_reconcile
Open

Concurrent reconciles for task controller#854
justonedev1 wants to merge 1 commit into
masterfrom
tak_ctrl_parallel_reconcile

Conversation

@justonedev1

Copy link
Copy Markdown
Collaborator

When testing the workflow with readout, dd and dpl I noticed that ECS is timeouting. The reason was that Reconcile request can get stuck in gRPC Transition request making the whole Transition one synchronous request. For now I did the workaround to make task controller's reconciles parallel as it was the easiest to stop the Transition from timing out in ECS itself.

However, this will need to be investigated further and figure out what is causing the slow Transitions and create some better fix. But this should be discussed together with the grouping of Tasks that is mentioned in (OCTRL-1098)[https://its.cern.ch/jira/browse/OCTRL-1098].

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant