Skip to content

Concurrent reconciles for task controller - #854

Merged
knopers8 merged 1 commit into
masterfrom
tak_ctrl_parallel_reconcile
Sep 17, 2026
Merged

knopers8 merged 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].

knopers8
knopers8 previously approved these changes Sep 4, 2026

@knopers8 knopers8 left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks, all good. just consider removing the commented out lines

Comment thread control-operator/internal/controller/task_controller.go Outdated
@knopers8
knopers8 merged commit 8f5f828 into master Sep 17, 2026
6 checks passed
@knopers8
knopers8 deleted the tak_ctrl_parallel_reconcile branch September 17, 2026 07:11
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.

2 participants