Skip to content
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

example: match source-controller's duration unmarshalling #327

Merged
merged 1 commit into from
Nov 10, 2021

Conversation

cirocosta
Copy link
Contributor

@cirocosta cirocosta commented Nov 10, 2021

as described in #95,
given that the unmarshalling that source-controller performs doesn't
match what we're trying to submit, we end up forcing reconciliation to
happen over and over again (better described in the issue).

now that we make use of informers rather than a 5s polling interval, the
issue becomes even more apparent.

ultimately we should figure out #95, so I'm a bit conflicted about even getting
this in tbh, but for now this fix prevents a big unnecessary reconciliation load
that will eventually be addressed.

Signed-off-by: Ciro S. Costa ciroscosta@vmware.com

as described in #95,
given that the unmarshalling that source-controller performs doesn't
match what we're trying to submit, we end up forcing reconciliation to
happen over and over again (better described in the issue).

now that we make use of informers rather than a 5s polling interval, the
issue becomes even more apparent.

ultimately we should figure out #95, but for now, this fix prevents a
big unecessary reconciliation load.

Signed-off-by: Ciro S. Costa <ciroscosta@vmware.com>
@netlify
Copy link

netlify bot commented Nov 10, 2021

✔️ Deploy Preview for elated-stonebraker-105904 canceled.

🔨 Explore the source changes: 93d4be0

🔍 Inspect the deploy log: https://app.netlify.com/sites/elated-stonebraker-105904/deploys/618bd8e4307c020007a5fe35

@cirocosta cirocosta changed the title example: match duration unmarshal example: match source-controller's duration unmarshalling Nov 10, 2021
@cirocosta cirocosta merged commit 802efb2 into main Nov 10, 2021
@cirocosta cirocosta deleted the example/update-repository-spec branch November 10, 2021 16:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants