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 delay in integration domain addition #139

Merged
merged 1 commit into from
Oct 23, 2024
Merged

Conversation

f-trivino
Copy link
Collaborator

This commit extends the domain views to eliminate the response wait time on the client by returning the HTTP 202 Accepted status code. This change allows the request to be processed asynchronously, preventing client-side timeouts due to longer domain addition tasks.

Fixes: #138

@f-trivino f-trivino force-pushed the delay branch 2 times, most recently from 8643778 to a656ca1 Compare October 23, 2024 08:50
This commit extends the domain views to eliminate the response wait time on the
client by returning the HTTP 202 Accepted status code. This change allows the
request to be processed asynchronously, preventing client-side timeouts due to
longer domain addition tasks.

Fixes: freeipa#138
Signed-off-by: Francisco Trivino <[email protected]>
@antoniotorresm
Copy link
Collaborator

LGTM, thanks!

@f-trivino f-trivino merged commit 73bc3ac into freeipa:main Oct 23, 2024
5 checks passed
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.

Delay in Integration domain addition response
2 participants