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

fix: wait for the alias to be processed in the API layer #690

Merged
merged 1 commit into from
Nov 26, 2024

Conversation

thedadams
Copy link
Contributor

@thedadams thedadams commented Nov 26, 2024

For objects with aliases, like agents, if the alias is created or updated, the API may return stale data because the controller hasn't processed the object yet. This change adds a mechanism for the API layer to ensure that the alias controller has processed the object.

Issue: #634

For objects with aliases, like agents, if the alias is created or
updated, the API may return stale data because the controller hasn't
processed the object yet. This change adds a mechanism for the API layer
to ensure that the alias controller has processed the object.

Signed-off-by: Donnie Adams <[email protected]>
@thedadams thedadams merged commit f532350 into obot-platform:main Nov 26, 2024
@thedadams thedadams deleted the api-wait-for-alias branch November 26, 2024 17:20
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.

1 participant