You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
blythed
changed the title
Modify the apply endpoint in the REST API to an asynchronous interface.
[TASK] Modify the apply endpoint in the REST API to an asynchronous interface.
Oct 25, 2024
When a component we add triggers long-running jobs, it is unreasonable for the entire endpoint to wait for all tasks to complete before responding.
The endpoint should return a success message after applying the component, while the jobs continue to run in the background.
The text was updated successfully, but these errors were encountered: