Skip to content

platformd: small reconciler improvements#201

Merged
freggy merged 1 commit intomainfrom
frg/reconciler-fixes
Mar 8, 2026
Merged

platformd: small reconciler improvements#201
freggy merged 1 commit intomainfrom
frg/reconciler-fixes

Conversation

@freggy
Copy link
Member

@freggy freggy commented Mar 8, 2026

the reconciler now handles all instance updates in seperate goroutines. reason is, that if a call, pulling the container image, for example, will take longer all updates will be delayed by this time. in case the registry being down this could slow down everything too much.

we now also delete all container belonging to a pod when deleting the workload.

the reconciler now handles all instance updates in seperate goroutines.
reason is, that if a call, pulling the container image, for example,
will take longer all updates will be delayed by this time. in case the
registry being down this could slow down everything too much.

we now also delete all container belonging to a pod when deleting the
workload.
@freggy freggy self-assigned this Mar 8, 2026
@freggy freggy changed the title small reconciler improvements platformd: small reconciler improvements Mar 8, 2026
@freggy freggy merged commit 77aa6ff into main Mar 8, 2026
9 checks passed
@freggy freggy deleted the frg/reconciler-fixes branch March 8, 2026 18:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant